X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?p=clnl;a=blobdiff_plain;f=src%2Fmain%2Frandom.lisp;h=6f500a979558a57fdd519d4323878ab43a5e8052;hp=6c9ecaa7c6fd42b6d4cba8653d665b74a42c29a2;hb=c34fdd7f3b9920b2feaf1dec70d2dd21ddbbadf2;hpb=d429346c4e41599eaae8de2f4baa9c1b8a81aea6 diff --git a/src/main/random.lisp b/src/main/random.lisp index 6c9ecaa..6f500a9 100644 --- a/src/main/random.lisp +++ b/src/main/random.lisp @@ -1,4 +1,4 @@ -(in-package #:cl-nl.random) +(in-package #:clnl-random) ; This is a wrapper around the very nice mersenne twister mt19937 to match ; NetLogo's implementation that tries to match how java.util.Random works