Date: Tue, 17 Mar 2015 13:43:27 -0700 From: "Dennis E. Hamilton" <dennis.hamilton@acm.org> To: <freebsd-numerics@freebsd.org> Subject: RE: Random number generators Message-ID: <014301d060f3$06388070$12a98150$@acm.org> In-Reply-To: <550874DE.3060700@FreeBSD.org> References: <7CBD7758-9472-4A2E-8065-EC6E68EE8DAB@FreeBSD.org> <20150317060310.GA21975@troutmask.apl.washington.edu> <F6137E2C-FDF2-46B3-BFC2-1975AFA40951@FreeBSD.org> <00a001d060d7$0077f100$0167d300$@acm.org> <55086E2D.9080806@FreeBSD.org> <CAOgwaMs3Wz7JSx7R%2Bm0ikSV6_kknaRn%2BV6ZF01cjLL3S4j-VJg@mail.gmail.com> <550874DE.3060700@FreeBSD.org>
index | next in thread | previous in thread | raw e-mail
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@freebsd.org [mailto:owner-freebsd-numerics@freebsd.org] On Behalf Of Pedro Giffuni Sent: Tuesday, March 17, 2015 11:39 To: Mehmet Erol Sanliturk Cc: dennis.hamilton@acm.org; freebsd-numerics@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-numerics To unsubscribe, send any mail to "freebsd-numerics-unsubscribe@freebsd.org"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?014301d060f3$06388070$12a98150$>
