Random number generators

Dennis E. Hamilton dennis.hamilton at acm.org
Tue Mar 17 20:43:34 UTC 2015


You need to look at the explanations on other PCG pages to see what the criteria are.

Also this narrative is helpful: <http://www.pcg-random.org/other-rngs.html>.

At the bottom of that page, PCG is also considered and it is not recommended as of cryptographic quality because it has not been tested and challenged enough.

In non-cryptographic use it may also be important to understand that reseeding or mixing that involves capturing "more entropy" may be delayed because of exhaustion of a periodic source, and one has to wait for more bits, making attempted cryptographic quality even slower. 

-----Original Message-----
From: owner-freebsd-numerics at freebsd.org [mailto:owner-freebsd-numerics at freebsd.org] On Behalf Of Pedro Giffuni
Sent: Tuesday, March 17, 2015 11:39
To: Mehmet Erol Sanliturk
Cc: dennis.hamilton at acm.org; freebsd-numerics at freebsd.org
Subject: Re: Random number generators

[ ... ]

It just came up here. It looks like PCG compares favorably with 
ChaCha20, but
this is PCG's page and the comparison is not very clear ("Secure" vs 
"Challenging"?)

It may be worth considering though.

Pedro.
_______________________________________________
freebsd-numerics at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-numerics
To unsubscribe, send any mail to "freebsd-numerics-unsubscribe at freebsd.org"



More information about the freebsd-numerics mailing list