login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A276820
Consecutive numbers generated by the 'random' function in PARI (64 bit, version > 2.4) using the default argument (2^31).
3
1546275796, 879788114, 1745191708, 771966234, 1247963869, 1611845387, 1529973242, 2093650929, 1860635684, 1497261229, 1145234796, 1165293667, 1233809453, 785019983, 252606271, 111721893, 473031201, 1002808953, 614474799, 471414712, 65507668
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
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
Cf. A260083, 32 bit version of this random number generator.
Sequence in context: A034616 A084551 A206045 * A273815 A258885 A216905
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Sep 18 2016
STATUS
approved