git.fiddlerwoaroof.com
Browse code

Merge branch 'master' of git.fiddlerwoaroof.com:u/edwlan/lisp-sandbox

Edward Langley authored on 21/10/2022 18:35:13
Showing 1 changed files
... ...
@@ -66,6 +66,7 @@
66 66
             'string)))
67 67
 
68 68
 (defun main (len count &optional human-readable exclude-excluded (additional-special nil asp))
69
+  (setf *random-state* (make-random-state t))
69 70
   (if (< len 4)
70 71
       (print "Length must be at least 4~%")
71 72
       (loop for x from 1 to count do