randomgen.generator.ExtendedGenerator.uintegers¶
-
ExtendedGenerator.uintegers(size=
None
, bits=64
)¶ Return random unsigned integers
- Parameters:¶
- Returns:¶
out – Drawn samples.
- Return type:¶
int
ornumpy.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.