Home
last modified time | relevance | path

Searched refs:scm_c_uniform01 (Results 1 – 9 of 9) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.c143 scm_c_uniform01 (scm_t_rstate *state) in scm_c_uniform01() function
162 r = sqrt (-2.0 * log (scm_c_uniform01 (state))); in scm_c_normal01()
163 a = 2.0 * M_PI * scm_c_uniform01 (state); in scm_c_normal01()
176 return - log (scm_c_uniform01 (state)); in scm_c_exp1()
360 * scm_c_uniform01 (SCM_RSTATE (state)));
406 return scm_from_double (scm_c_uniform01 (SCM_RSTATE (state)));
506 pow (scm_c_uniform01 (SCM_RSTATE (state)),
H A Drandom.h78 SCM_API double scm_c_uniform01 (scm_t_rstate *);
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c209 scm_c_uniform01 (scm_t_rstate *state) in scm_c_uniform01() function
231 r = sqrt (-2.0 * log (scm_c_uniform01 (state))); in scm_c_normal01()
232 a = 2.0 * M_PI * scm_c_uniform01 (state); in scm_c_normal01()
244 return - log (scm_c_uniform01 (state)); in scm_c_exp1()
418 * scm_c_uniform01 (SCM_RSTATE (state)));
507 return scm_from_double (scm_c_uniform01 (SCM_RSTATE (state)));
617 pow (scm_c_uniform01 (SCM_RSTATE (state)),
H A Drandom.h66 SCM_API double scm_c_uniform01 (scm_t_rstate *);
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c221 scm_c_uniform01 (scm_t_rstate *state) in scm_c_uniform01() function
243 r = sqrt (-2.0 * log (scm_c_uniform01 (state))); in scm_c_normal01()
244 a = 2.0 * M_PI * scm_c_uniform01 (state); in scm_c_normal01()
256 return - log (scm_c_uniform01 (state)); in scm_c_exp1()
429 * scm_c_uniform01 (SCM_RSTATE (state)));
518 return scm_from_double (scm_c_uniform01 (SCM_RSTATE (state)));
628 pow (scm_c_uniform01 (SCM_RSTATE (state)),
H A Drandom.h65 SCM_API double scm_c_uniform01 (scm_t_rstate *);
/dports/lang/guile1/guile-1.8.8/
H A DNEWS4996 double x = scm_c_uniform01 (SCM_RSTATE (SCM_CDR (scm_var_random_state)));
5014 *** Function: double scm_c_uniform01 (scm_rstate *STATE)
/dports/lang/guile2/guile-2.2.7/
H A DNEWS10638 double x = scm_c_uniform01 (SCM_RSTATE (SCM_CDR (scm_var_random_state)));
10656 *** Function: double scm_c_uniform01 (scm_rstate *STATE)
/dports/lang/guile/guile-3.0.7/
H A DNEWS11535 double x = scm_c_uniform01 (SCM_RSTATE (SCM_CDR (scm_var_random_state)));
11553 *** Function: double scm_c_uniform01 (scm_rstate *STATE)