scipy.stats.rv_histogram.
scipy.stats.rv_histogram.random_state#
- property rv_histogram.random_state#
- Get or set the generator object for generating random variates. - If - random_stateis None (or np.random), the- numpy.random.RandomStatesingleton is used. If- random_stateis an int, a new- RandomStateinstance is used, seeded with- random_state. If- random_stateis already a- Generatoror- RandomStateinstance, that instance is used.