class documentation

class Base:

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

View In Hierarchy

Undocumented

Class Method setup​_class Undocumented
Class Method ​_read​_csv Undocumented
Method test​_benchmark Undocumented
Method test​_cffi Undocumented
Method test​_ctypes Undocumented
Method test​_gauss​_inv Undocumented
Method test​_getstate Undocumented
Method test​_invalid​_init​_type Undocumented
Method test​_invalid​_init​_values Undocumented
Method test​_invalid​_state​_type Undocumented
Method test​_invalid​_state​_value Undocumented
Method test​_pickle Undocumented
Method test​_random​_raw Undocumented
Method test​_raw Undocumented
Method test​_repr Undocumented
Method test​_str Undocumented
Method test​_uniform​_double Undocumented
Method test​_uniform​_float Undocumented
Class Variable data1 Undocumented
Class Variable data2 Undocumented
@classmethod
def _read_csv(cls, filename):

Undocumented

def test_benchmark(self):

Undocumented

@pytest.mark.skipif(MISSING_CFFI, reason='cffi not available')
def test_cffi(self):

Undocumented

@pytest.mark.skipif(MISSING_CTYPES, reason='ctypes not available')
def test_ctypes(self):

Undocumented

def test_gauss_inv(self):

Undocumented

def test_getstate(self):

Undocumented

def test_invalid_init_type(self):

Undocumented

def test_invalid_init_values(self):

Undocumented

def test_invalid_state_type(self):

Undocumented

def test_invalid_state_value(self):

Undocumented

def test_pickle(self):

Undocumented

def test_random_raw(self):

Undocumented

def test_raw(self):

Undocumented

def test_repr(self):

Undocumented

def test_str(self):

Undocumented

def test_uniform_double(self):

Undocumented

def test_uniform_float(self):

Undocumented

data1: dict =

Undocumented

data2: dict =

Undocumented