SciPy

This is documentation for an old release of NumPy (version 1.17). Read this page in the documentation of the latest stable release (version 2.2).

numpy.random.Generator.bit_generator

attribute

Generator.bit_generator

Gets the bit generator instance used by the generator

Returns:
bit_generator : BitGenerator

The bit generator instance used by the generator

Previous topic

Random Generator

Next topic

numpy.random.Generator.integers