OFFSET
1,1
COMMENTS
For comments, references and programs see A260083. Both the 32 bit and the 64 bit version of the random number generator have a period of 2^4096-1.
LINKS
Hugo Pfoertner, Table of n, a(n) for n = 1..100
Richard P. Brent, Some long-period random number generators using shifts and xors, ANZIAM Journal 48 (CTAC2006), C188-C202, 2007.
PARI, Catalogue of GP/PARI Functions, Conversions and similar elementary functions or commands: random({N = 2^{{31}}})
PROG
(PARI) setrand(1); vector(100, i, random())
CROSSREFS
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Sep 18 2016
STATUS
approved