Skip to content

module numpy.random.sfc64

Source: stdlib/numpy/random/sfc64.codon


rotl(value: u64, rot: int)


SFC64

Fields

s0: u64

s1: u64

s2: u64

s3: u64

seed: SeedSequence

Magic methods

__init__(self, s0: u64, s1: u64, s2: u64)

__init__(self, seed)

__get_state__(self)

__set_state__(self, state)

Methods

next64(self)