diff options
Diffstat (limited to 'libguile/random.c')
-rw-r--r-- | libguile/random.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/random.c b/libguile/random.c index 75eb53b6a..13af962f0 100644 --- a/libguile/random.c +++ b/libguile/random.c @@ -411,7 +411,6 @@ SCM_DEFINE (scm_random, "random", 1, 1, 0, #error "Cannot deal with this platform's scm_t_bits size" #endif } - SCM_VALIDATE_NIM (1, n); if (SCM_REALP (n)) return scm_from_double (SCM_REAL_VALUE (n) * scm_c_uniform01 (SCM_RSTATE (state))); |