rand_raw#
- class rand_raw(dist=None, distname=None, name=None, seed=None, offset=None, strict=True, auto=True, sim=None, module=None, debug=False, **kwargs)[source]#
Bases:
Dist
Directly sample raw integers (uint64) from the random number generator. Typicaly only used with ss.combine_rands().
Attributes
bitgen
state
Get the current state
state_int
Get the integer corresponding to the current state
Methods