pseudo-random number generator

Pondering the philosophy behind the language
Locked
cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

pseudo-random number generator

Post by cameyo »

Which type of pseudo-random number generator uses newLISP?
Thanks.

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: pseudo-random number generator

Post by rickyboy »

I'm not an expert at PRNGs, but here is the implementation in newlisp.

https://github.com/kosh04/newlisp/blob/ ... 1709-L1764
(λx. x x) (λx. x x)

Locked