Now using the rng for export
[clnl] / src / main / main.lisp
index b9f46707a1a5671c236f9a3ba4821c2bdd1411db..6ae3bc0ff10c70341d2506cbf56cdb3215167d83 100644 (file)
@@ -16,7 +16,8 @@
        while str
        do (p (e (r str)))))
 
-(defun boot ())
+(defun boot ()
+ (cl-nl.random:set-seed 15))
 
 (defun run-commands (cmds)
  (eval (cl-nl.transpiler:transpile-command-block (cl-nl.parser:parse  (cl-nl.lexer:lex cmds)))))