License:
BSD style: see license.txtVersion:
Initial release: May 2008Author:
VariousSince:
0.99.7 With gratitude to Dr Jurgen A Doornik. See his paper entitled "Conversion of high-period random numbers to floating point"
1 2 3 | x(n)=a*x(n-1)+1 mod 2^32 y(n)=y(n-1)(I+L^13)(I+R^17)(I+L^5), z(n)=2*z(n-1)+z(n-2) +carry mod 2^32 |
1 | 2^32*(2^32-1)*(2^63+2^32-1) > 2^127 |