`); SciPySciPy Installing User Guide API reference Building from source Development Release notes GitHubGitHub TwitterTwitter Installing User Guide API reference Building from source Development Release notes GitHubGitHub TwitterTwitter scipy.stats.rv_continuous.random_state##property rv_continuous.random_state#Get or set the generator object for generating random variates.If random_staterandom_staterandom_state is None (or np.random), the numpy.random.RandomStatenumpy.random.Rand..." />`); SciPySciPy Installing User Guide API reference Building from source Development Release notes GitHubGitHub TwitterTwitter Installing User Guide API reference Building from source Development Release notes GitHubGitHub TwitterTwitter scipy.stats.rv_continuous.random_state##property rv_continuous.random_state#Get or set the generator object for generating random variates.If random_staterandom_staterandom_state is None (or np.random), the numpy.random.RandomStatenumpy.random.Rand..." /> scipy.stats.rv_continuous.random_state — SciPy v1.15.3 Manual
scipy.stats.rv_continuous.

scipy.stats.rv_continuous.random_state#

property rv_continuous.random_state#

Get or set the generator object for generating random variates.

If random_state is None (or np.random), the numpy.random.RandomState singleton is used. If random_state is an int, a new RandomState instance is used, seeded with random_state. If random_state is already a Generator or RandomState instance, that instance is used.