summaryrefslogtreecommitdiffstats
path: root/random.tl
diff options
context:
space:
mode:
Diffstat (limited to 'random.tl')
-rw-r--r--random.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/random.tl b/random.tl
index 3b188e4..cd2eb90 100644
--- a/random.tl
+++ b/random.tl
@@ -3,6 +3,6 @@
(reduce-left (op + (* @1 256) @2) (take noctets (gun (get-byte s))))))
(defun randomize ()
- (set *random-state* (make-random-state (get-urand-num 8))))
+ (set *random-state* (make-random-state (get-urand-num 8) 128)))
(defun save-random-state ())