diff options
Diffstat (limited to 'rand.h')
-rw-r--r-- | rand.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,4 +30,5 @@ val make_random_state(val seed); val random_state_p(val obj); val random_fixnum(val state); val random(val state, val modulus); +val rand(val modulus, val state); void rand_init(void); |