module numpy.random.splitmix64¶ Source: stdlib/numpy/random/splitmix64.codon Splitmix64¶ Fields¶ state: u64¶ Magic methods¶ __init__(self, state: u64)¶ __init__(self, state: int = 0)¶ __get_state__(self)¶ __set_state__(self, state)¶ Methods¶ next64(self)¶