Sujet : Re: KISS 64-bit pseudo-random number generator
De : lars.spam (at) *nospam* nocrew.org (Lars Brinkhoff)
Groupes : comp.lang.forthDate : 09. Sep 2024, 07:55:49
Autres entêtes
Organisation : nocrew
Message-ID : <7w7cblb9je.fsf@junk.nocrew.org>
References : 1
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Krishna Myneni wrote:
This has probably been posted in c.l.f. before (by MHX or others) but
you can find my Forth implementation of G. Marsaglia's KISS 64-bit
PRNG at the link below.
I would like to recommend Marsaglia's newer and better xorshift family
of PRNGs, and preferably the further development by Sebastiano Vigna
called xoroshiro. The output (with suitable parameters) is very good*,
yet the implementation is very simple.
*But not cryptography grade.