module documentation

Undocumented

Class TestBinomial Undocumented
Class TestBroadcast Undocumented
Class TestIntegers Undocumented
Class TestMultinomial Undocumented
Class TestMultivariateHypergeometric Undocumented
Class TestRandomDist Undocumented
Class TestSeed Undocumented
Class TestSetState Undocumented
Class TestSingleEltArrayInput Undocumented
Class TestThread Undocumented
Function endpoint Undocumented
Function test_broadcast_size_error Undocumented
Function test_broadcast_size_scalar Undocumented
Function test_c_contig_req_out Undocumented
Function test_contig_req_out Undocumented
Function test_generator_ctor_old_style_pickle Undocumented
Function test_jumped Undocumented
Function test_ragged_shuffle Undocumented
Function test_single_arg_integer_exception Undocumented
Constant JUMP_TEST_DATA Undocumented
Variable random Undocumented
@pytest.fixture(scope='module', params=[True, False])
def endpoint(request): (source)

Undocumented

def test_broadcast_size_error(): (source)

Undocumented

def test_broadcast_size_scalar(): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['f4', 'f8'])
def test_c_contig_req_out(dtype): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['f4', 'f8'])
@pytest.mark.parametrize('order', ['F', 'C'])
@pytest.mark.parametrize('dist', [random.standard_normal, random.random])
def test_contig_req_out(dist, order, dtype): (source)

Undocumented

def test_generator_ctor_old_style_pickle(): (source)

Undocumented

@pytest.mark.parametrize('config', JUMP_TEST_DATA)
def test_jumped(config): (source)

Undocumented

def test_ragged_shuffle(): (source)

Undocumented

@pytest.mark.parametrize('high', [-2, [-2]])
@pytest.mark.parametrize('endpoint', [True, False])
def test_single_arg_integer_exception(high, endpoint): (source)

Undocumented

JUMP_TEST_DATA: list[dict] = (source)

Undocumented

Value
[{'seed': 0,
  'steps': 10,
  'initial': {'key_sha256': 'bb1636883c2707b51c5b7fc26c6927af4430f2e0785a8c7bc88
6337f919f9edf',
              'pos': 9},
  'jumped': {'key_sha256': 'ff682ac12bb140f2d72fba8d3506cf4e46817a0db27aae168386
7629031d8d55',
...

Undocumented