scipy.stats.rv_discrete.

scipy.stats.rv_discrete.random_state#

property rv_discrete.random_state#

获取或设置用于生成随机变量的生成器对象。

如果 random_state 是 None(或 np.random),则使用 numpy.random.RandomState 单例。如果 random_state 是整数,则使用一个新的 RandomState 实例,并以 random_state 为种子。如果 random_state 已经是 GeneratorRandomState 实例,则使用该实例。