Home
last modified time | relevance | path

Searched refs:scm_c_random (Results 1 – 10 of 10) sorted by relevance

/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.h82 SCM_API unsigned long scm_c_random (scm_t_rstate *, unsigned long m);
H A Drandom.c203 scm_c_random (scm_t_rstate *state, unsigned long m) in scm_c_random() function
348 return scm_from_uint32 (scm_c_random (SCM_RSTATE (state),
/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.h69 SCM_API scm_t_uint32 scm_c_random (scm_t_rstate *, scm_t_uint32 m);
H A Drandom.c262 scm_c_random (scm_t_rstate *state, scm_t_uint32 m) in scm_c_random() function
276 return scm_c_random (state, (scm_t_uint32) m); in scm_c_random64()
406 return scm_from_uint32 (scm_c_random (SCM_RSTATE (state),
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.h68 SCM_API uint32_t scm_c_random (scm_t_rstate *, uint32_t m);
H A Drandom.c274 scm_c_random (scm_t_rstate *state, uint32_t m) in scm_c_random() function
288 return scm_c_random (state, (uint32_t) m); in scm_c_random64()
418 return scm_from_uint32 (scm_c_random (SCM_RSTATE (state),
/dports/lang/guile1/guile-1.8.8/
H A DNEWS15 Previously the `scm_c_random' function would crash or return only 32-bit
5023 *** Function: unsigned long scm_c_random (scm_rstate *STATE, unsigned long M)
/dports/lang/guile2/guile-2.2.7/
H A DNEWS10665 *** Function: unsigned long scm_c_random (scm_rstate *STATE, unsigned long M)
H A DChangeLog46538 (scm_c_random): Use `scm_i_mask32'.
46539 (scm_c_random64): New function, 64-bit variant of scm_c_random.
46766 (scm_c_random): Return a scm_t_uint32 instead of an unsigned long.
46769 (scm_i_expose_rstate, scm_c_random, scm_c_random_bignum, scm_random)
46920 * libguile/random.c (scm_c_random): On platforms where `unsigned long' has 64
/dports/lang/guile/guile-3.0.7/
H A DNEWS11562 *** Function: unsigned long scm_c_random (scm_rstate *STATE, unsigned long M)