From eec595c6b53a4b242ce54e1888ecf3a8135da476 Mon Sep 17 00:00:00 2001 From: huonw Date: Mon, 29 Apr 2013 07:53:36 -0700 Subject: [PATCH] Updated Lib rand (markdown) --- Lib-rand.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib-rand.md b/Lib-rand.md index ef3b81a..8378bbb 100644 --- a/Lib-rand.md +++ b/Lib-rand.md @@ -36,6 +36,7 @@ Generating random numbers, and sampling from random distributions. - [Xorshift](http://en.wikipedia.org/wiki/Xorshift) - Not crypto quality, but simple, small and fast - Currently the only other RNG in Rust + - ["On the Xorshift Random Number Generators" Panneton & L'Ecuyer 2005(?)](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.63.7497&rep=rep1&type=pdf) (analysis of and improvements to the xorshift generators) - [LFSR](http://en.wikipedia.org/wiki/Linear_feedback_shift_registers) - Not crypto quality, fast - ["Tables of maximally equidistributed combined LSFR generators" L'Ecuyer 1999](http://www.ams.org/mcom/1999-68-225/S0025-5718-99-01039-X/S0025-5718-99-01039-X.pdf) (includes a 64 bit variant)