random
Some simple random number generators.
$ area51 add randomCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(random:some-function ...)Some simple random number generators.
$ area51 add randomCopy;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(random:some-function ...)