* random.c, random.h (scm_i_make_rstate): New function: Makes
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 21 Jan 1999 09:20:39 +0000 (09:20 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 21 Jan 1999 09:20:39 +0000 (09:20 +0000)
commit5ee11b7cc010d1284573c79e600bd223eef403ea
treed6117b4975452444868899eabfed5c147bb553eb
parentefe5e0efaa52963cface241dec6a447225c25de9
* random.c, random.h (scm_i_make_rstate): New function: Makes
scm_rstate from seed.
(scm_copy_random_state, scm_seed_to_random_state): New functions.
(scm_make_random_state): Removed.
* random.c (scm_make_random_state): Use scm_i_make_rstate().
libguile/random.c