Package COM.INFORMATIMAGO.COMMON-LISP.CESARUM.XOROSHIRO128

Implements the Xoroshiro128+ Pseudo Random Number Generator.
(Not cryptographically secure).
AGPL3
Copyright Pascal J. Bourguignon 2018 - 2018

*RANDOM-STATE*

(make-random-state &optional state)
function
As an extension, the state can also be a (unsigned-byte 128) used to initialize the random-state.
The first random-state is initialized with get-universal-time and get-internal-real-time,
the next time (make-random-state t) is called, the random state obtained with JUMP is returned.

RANDOM

RANDOM-STATE

RANDOM-STATE-P