Home
last modified time | relevance | path

Searched refs:make_rstate (Results 1 – 3 of 3) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Drandom.c367 make_rstate (scm_t_rstate *state) in make_rstate() function
434 return make_rstate (SCM_RSTATE (state)->rng->copy_rstate (SCM_RSTATE (state)));
468 res = make_rstate (scm_c_make_rstate (c_str, len));
483 return make_rstate (scm_c_rstate_from_datum (datum));
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)));
/dports/lang/guile/guile-3.0.7/libguile/
H A Drandom.c379 make_rstate (scm_t_rstate *state) in make_rstate() function
445 return make_rstate (SCM_RSTATE (state)->rng->copy_rstate (SCM_RSTATE (state)));
479 res = make_rstate (scm_c_make_rstate (c_str, len));
494 return make_rstate (scm_c_rstate_from_datum (datum));
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)));
/dports/lang/guile1/guile-1.8.8/libguile/
H A Drandom.c306 make_rstate (scm_t_rstate *state) in make_rstate() function
376 return make_rstate (scm_the_rng.copy_rstate (SCM_RSTATE (state)));
389 res = make_rstate (scm_c_make_rstate (scm_i_string_chars (seed),