A276820 Consecutive numbers generated by the 'random' function in PARI (64 bit, version > 2.4) using the default argument (2^31).
1546275796, 879788114, 1745191708, 771966234, 1247963869, 1611845387, 1529973242, 2093650929, 1860635684, 1497261229, 1145234796, 1165293667, 1233809453, 785019983, 252606271, 111721893, 473031201, 1002808953, 614474799, 471414712, 65507668
Offset: 1
Keywords
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}}})
- Index entries for sequences related to pseudo-random numbers.
Crossrefs
Cf. A260083, 32 bit version of this random number generator.
Programs
-
PARI
setrand(1); vector(100, i, random())
Comments