summaryrefslogtreecommitdiffstats
path: root/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'rand.c')
-rw-r--r--rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rand.c b/rand.c
index d29fbecc..1dec0a9e 100644
--- a/rand.c
+++ b/rand.c
@@ -163,7 +163,7 @@ val make_random_state(val seed, val warmup)
seed, nao);
for (i = 0; i < 16; i++)
- r->state[i] = c_uint_ptr_num(seed->v.vec[i]);
+ r->state[i] = c_unum(seed->v.vec[i]);
r->cur = c_num(seed->v.vec[i]);
return rs;