class documentation

class TestRandint:

View In Hierarchy

Undocumented

Method test​_bounds​_checking Undocumented
Method test​_full​_range Undocumented
Method test​_in​_bounds​_fuzz Undocumented
Method test​_int64​_uint64​_corner​_case Undocumented
Method test​_repeatability Undocumented
Method test​_repeatability​_32bit​_boundary​_broadcasting Undocumented
Method test​_respect​_dtype​_singleton Undocumented
Method test​_rng​_zero​_and​_extremes Undocumented
Method test​_unsupported​_type Undocumented
Class Variable itype Undocumented
def test_bounds_checking(self):

Undocumented

def test_full_range(self):

Undocumented

def test_in_bounds_fuzz(self):

Undocumented

def test_int64_uint64_corner_case(self):

Undocumented

def test_repeatability(self):

Undocumented

@pytest.mark.skipif((np.iinfo('l').max < 2 ** 32), reason='Cannot test with 32-bit C long')
def test_repeatability_32bit_boundary_broadcasting(self):

Undocumented

def test_respect_dtype_singleton(self):

Undocumented

def test_rng_zero_and_extremes(self):

Undocumented

def test_unsupported_type(self):

Undocumented

itype =

Undocumented