Home
last modified time | relevance | path

Searched refs:scm_c_random64 (Results 1 – 8 of 8) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.h84 SCM_API scm_t_uint64 scm_c_random64 (scm_t_rstate *state, scm_t_uint64 m);
H A Drandom.c209 scm_c_random64 (scm_t_rstate *state, scm_t_uint64 m) in scm_c_random64() function
351 return scm_from_uint64 (scm_c_random64 (SCM_RSTATE (state),
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.h70 SCM_API scm_t_uint64 scm_c_random64 (scm_t_rstate *state, scm_t_uint64 m);
H A Drandom.c270 scm_c_random64 (scm_t_rstate *state, scm_t_uint64 m) in scm_c_random64() function
409 return scm_from_uint64 (scm_c_random64 (SCM_RSTATE (state),
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.h69 SCM_API uint64_t scm_c_random64 (scm_t_rstate *state, uint64_t m);
H A Drandom.c282 scm_c_random64 (scm_t_rstate *state, uint64_t m) in scm_c_random64() function
421 return scm_from_uint64 (scm_c_random64 (SCM_RSTATE (state),
/dports/lang/guile1/guile-1.8.8/
H A DNEWS16 worth of randomness. In addition, the new `scm_c_random64' function
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog46539 (scm_c_random64): New function, 64-bit variant of scm_c_random.
46540 (scm_random): Use `scm_c_random64' instead of forming the 64-bit random
46542 * libguile/random.h: Added `scm_c_random64'.