randomstate.prng.xoroshiro128plus.
random_uintegers
(size=None, bits=64)¶Return random unsigned integers
Parameters: |
|
---|---|
Returns: | out – Drawn samples. |
Return type: | uint or ndarray |
Notes
This method effectively exposes access to the raw underlying pseudo-random number generator since these all produce unsigned integers. In practice these are most useful for generating other random numbers.
These should not be used to produce bounded random numbers by simple truncation.