diff options
Diffstat (limited to 'rand.h')
-rw-r--r-- | rand.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ #define random_state (deref(lookup_var_l(nil, random_state_var_s))) extern val random_state_s, random_state_var_s; val make_random_state(val seed); +val random_state_get_vec(val state); val random_state_p(val obj); val random_fixnum(val state); val random(val state, val modulus); |