statsmodels.sandbox.distributions.extras.ACSkewT_gen.random_state¶
- property ACSkewT_gen.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 aGenerator
orRandomState
instance, that instance is used.
Last update:
Oct 03, 2024