Home
last modified time | relevance | path

Searched refs:scm_c_make_rstate (Results 1 – 17 of 17) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c171 scm_c_make_rstate (const char *seed, int n) in scm_c_make_rstate() function
468 res = make_rstate (scm_c_make_rstate (c_str, len));
749 state = make_rstate (scm_c_make_rstate ((char *) buf, len)); in random_state_of_last_resort()
797 return make_rstate (scm_c_make_rstate ((char *) buf, sizeof(buf)));
H A Drandom.h62 SCM_API scm_t_rstate *scm_c_make_rstate (const char *, int);
H A DChangeLog-20002424 random.c (scm_i_copy_rstate, scm_c_make_rstate), smob.c
H A DChangeLog-20081756 * random.c (scm_i_copy_rstate, scm_c_make_rstate): Don't test for
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c183 scm_c_make_rstate (const char *seed, int n) in scm_c_make_rstate() function
479 res = make_rstate (scm_c_make_rstate (c_str, len));
760 state = make_rstate (scm_c_make_rstate ((char *) buf, len)); in random_state_of_last_resort()
808 return make_rstate (scm_c_make_rstate ((char *) buf, sizeof(buf)));
H A Drandom.h61 SCM_API scm_t_rstate *scm_c_make_rstate (const char *, int);
H A DChangeLog-20002424 random.c (scm_i_copy_rstate, scm_c_make_rstate), smob.c
H A DChangeLog-20081756 * random.c (scm_i_copy_rstate, scm_c_make_rstate): Don't test for
/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.h75 SCM_API scm_t_rstate *scm_c_make_rstate (const char *, int);
H A Drandom.c121 scm_c_make_rstate (const char *seed, int n) in scm_c_make_rstate() function
389 res = make_rstate (scm_c_make_rstate (scm_i_string_chars (seed),
H A Dgoops.c3002 goops_rstate = scm_c_make_rstate ("GOOPS", 5); in scm_init_goops_builtins()
H A DChangeLog-20002424 random.c (scm_i_copy_rstate, scm_c_make_rstate), smob.c
H A DChangeLog-20081309 * random.c (scm_i_copy_rstate, scm_c_make_rstate): Don't test for
/dports/lang/guile1/guile-1.8.8/
H A DNEWS5003 *** Function: scm_rstate *scm_c_make_rstate (char *SEED, int LENGTH)
/dports/lang/guile2/guile-2.2.7/
H A DNEWS10645 *** Function: scm_rstate *scm_c_make_rstate (char *SEED, int LENGTH)
H A DChangeLog837 convert the string into raw bytes for use by 'scm_c_make_rstate'. Make
72406 (scm_c_make_rstate): Likewise.
72780 (scm_c_make_rstate): Likewise.
/dports/lang/guile/guile-3.0.7/
H A DNEWS11542 *** Function: scm_rstate *scm_c_make_rstate (char *SEED, int LENGTH)