Random number generator (included): Difference between revisions

→‎{{header|Common Lisp}}: Non-specific algo.
(Added Common Lisp information)
(→‎{{header|Common Lisp}}: Non-specific algo.)
Line 203:
<lang lisp>(setf *random-state* (make-random-state t))
(rand 10)</lang>
[https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node133.html Common Lisp: The Language, 2nd Ed.] detailsdoes Commonnot Lisp'sspecify a specific random number generator algorithm.
 
=={{header|D}}==
Anonymous user