Oldes / Rebol-wishes

Repository for keeping Rebol related wishes out of issues
0 stars 0 forks source link

Replace the Knuth random generator by a permuted congruential generator. #22

Open Siskin-Bot opened 4 years ago

Siskin-Bot commented 4 years ago

Submitted by: Ladislav

Advantages: PCG is fast, secure, and can yield 64 (pseudo)random bits, while the existing generator yields less.


Imported from: https://github.com/rebol/rebol-issues/issues/2261

Comments:


Ladislav added the Type.wish on Feb 9, 2016


Oldes commented 3 years ago

https://www.pcg-random.org/ https://github.com/imneme/pcg-c