Home
Manual
Reference
Source
F
_fill
F
fill
F
genBit
F
genBoolean
F
genByte
F
genInt32
F
genUint64
F
nextBigInt64
F
nextBigUint64
F
nextFloat32
F
nextFloat64
F
nextInt32
F
nextUint32
F
nextUint64
F
nextUint8
src/nextUint64.js
export default function nextUint64(prng) { return [prng.next().value, prng.next().value]; }