Rename to clnl, add documentation
[clnl] / src / main / random.lisp
index 6c9ecaa7c6fd42b6d4cba8653d665b74a42c29a2..6f500a979558a57fdd519d4323878ab43a5e8052 100644 (file)
@@ -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