class documentation

class RNG:

Known subclasses: numpy.random.tests.test_smoke.TestDefaultRNG, numpy.random.tests.test_smoke.TestMT19937, numpy.random.tests.test_smoke.TestPCG64, numpy.random.tests.test_smoke.TestPCG64DXSM, numpy.random.tests.test_smoke.TestPhilox, numpy.random.tests.test_smoke.TestSFC64

View In Hierarchy

Undocumented

Class Method setup​_class Undocumented
Class Method ​_extra​_setup Undocumented
Method ​_reset​_state Undocumented
Method test​_advance Undocumented
Method test​_beta Undocumented
Method test​_binomial Undocumented
Method test​_bytes Undocumented
Method test​_chisquare Undocumented
Method test​_dirichlet Undocumented
Method test​_entropy​_init Undocumented
Method test​_exponential Undocumented
Method test​_f Undocumented
Method test​_gamma Undocumented
Method test​_gamma​_floats Undocumented
Method test​_geometric Undocumented
Method test​_gumbel Undocumented
Method test​_hypergeometric Undocumented
Method test​_init Undocumented
Method test​_integers Undocumented
Method test​_integers​_broadcast Undocumented
Method test​_integers​_broadcast​_errors Undocumented
Method test​_integers​_numpy Undocumented
Method test​_jump Undocumented
Method test​_laplace Undocumented
Method test​_logitic Undocumented
Method test​_logseries Undocumented
Method test​_multinomial Undocumented
Method test​_multivariate​_normal Undocumented
Method test​_negative​_binomial Undocumented
Method test​_noncentral​_chisquare Undocumented
Method test​_noncentral​_f Undocumented
Method test​_normal Undocumented
Method test​_normal​_floats Undocumented
Method test​_normal​_zig​_floats Undocumented
Method test​_output​_fill Undocumented
Method test​_output​_fill​_error Undocumented
Method test​_output​_filling​_exponential Undocumented
Method test​_output​_filling​_gamma Undocumented
Method test​_output​_filling​_gamma​_broadcast Undocumented
Method test​_output​_filling​_uniform Undocumented
Method test​_pareto Undocumented
Method test​_permutation Undocumented
Method test​_pickle Undocumented
Method test​_poisson Undocumented
Method test​_power Undocumented
Method test​_random Undocumented
Method test​_rayleigh Undocumented
Method test​_reset​_state Undocumented
Method test​_reset​_state​_float Undocumented
Method test​_reset​_state​_gauss Undocumented
Method test​_reset​_state​_uint32 Undocumented
Method test​_seed Undocumented
Method test​_seed​_array Undocumented
Method test​_shuffle Undocumented
Method test​_standard​_cauchy Undocumented
Method test​_standard​_exponential Undocumented
Method test​_standard​_exponential​_float Undocumented
Method test​_standard​_exponential​_float​_log Undocumented
Method test​_standard​_gamma Undocumented
Method test​_standard​_normal Undocumented
Method test​_standard​_normal​_zig Undocumented
Method test​_standard​_t Undocumented
Method test​_triangular Undocumented
Method test​_uniform Undocumented
Method test​_uniform​_array Undocumented
Method test​_uniform​_float Undocumented
Method test​_vonmises Undocumented
Method test​_wald Undocumented
Method test​_weibull Undocumented
Method test​_zipf Undocumented
@classmethod
def _extra_setup(cls):

Undocumented

def _reset_state(self):

Undocumented

def test_advance(self):

Undocumented

def test_beta(self):

Undocumented

def test_binomial(self):

Undocumented

def test_bytes(self):

Undocumented

def test_chisquare(self):

Undocumented

def test_dirichlet(self):

Undocumented

def test_entropy_init(self):

Undocumented

def test_exponential(self):

Undocumented

def test_f(self):

Undocumented

def test_gamma(self):

Undocumented

def test_gamma_floats(self):

Undocumented

def test_geometric(self):

Undocumented

def test_gumbel(self):

Undocumented

def test_hypergeometric(self):

Undocumented

def test_init(self):

Undocumented

def test_integers(self):

Undocumented

def test_integers_broadcast(self, dtype):

Undocumented

def test_integers_broadcast_errors(self, dtype):

Undocumented

def test_integers_numpy(self, dtype):

Undocumented

def test_jump(self):

Undocumented

def test_laplace(self):

Undocumented

def test_logitic(self):

Undocumented

def test_logseries(self):

Undocumented

def test_multinomial(self):

Undocumented

def test_multivariate_normal(self):

Undocumented

def test_negative_binomial(self):

Undocumented

def test_noncentral_chisquare(self):

Undocumented

def test_noncentral_f(self):

Undocumented

def test_normal(self):

Undocumented

def test_normal_floats(self):

Undocumented

def test_normal_zig_floats(self):

Undocumented

def test_output_fill(self):

Undocumented

def test_output_fill_error(self):

Undocumented

def test_output_filling_exponential(self):

Undocumented

def test_output_filling_gamma(self):

Undocumented

def test_output_filling_gamma_broadcast(self):

Undocumented

def test_output_filling_uniform(self):

Undocumented

def test_pareto(self):

Undocumented

def test_permutation(self):

Undocumented

def test_pickle(self):

Undocumented

def test_poisson(self):

Undocumented

def test_power(self):

Undocumented

def test_random(self):

Undocumented

def test_rayleigh(self):

Undocumented

def test_reset_state(self):

Undocumented

def test_reset_state_float(self):

Undocumented

def test_reset_state_gauss(self):

Undocumented

def test_reset_state_uint32(self):

Undocumented

def test_seed(self):
def test_seed_array(self):

Undocumented

def test_shuffle(self):

Undocumented

def test_standard_cauchy(self):

Undocumented

def test_standard_exponential(self):

Undocumented

def test_standard_exponential_float(self):

Undocumented

def test_standard_exponential_float_log(self):

Undocumented

def test_standard_gamma(self):

Undocumented

def test_standard_normal(self):

Undocumented

def test_standard_normal_zig(self):

Undocumented

def test_standard_t(self):

Undocumented

def test_triangular(self):

Undocumented

def test_uniform(self):

Undocumented

def test_uniform_array(self):

Undocumented

def test_uniform_float(self):

Undocumented

def test_vonmises(self):

Undocumented

def test_wald(self):

Undocumented

def test_weibull(self):

Undocumented

def test_zipf(self):

Undocumented