statsmodels.sandbox.distributions.extras.SkewNorm_gen.random_state

property SkewNorm_gen.random_state

Get or set the generator object for generating random variates.

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