module numpy.random.sfc64
¶
Source: stdlib/numpy/random/sfc64.codon
numpy.random.sfc64
¶Source: stdlib/numpy/random/sfc64.codon
rotl(value: u64, rot: int)
¶SFC64
¶s0
: u64
¶s1
: u64
¶s2
: u64
¶s3
: u64
¶seed
: SeedSequence
¶__init__(self, s0: u64, s1: u64, s2: u64)
¶__init__(self, seed)
¶__get_state__(self)
¶__set_state__(self, state)
¶next64(self)
¶