Home
last modified time | relevance | path

Searched refs:test_seed (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/random/test/
Dtest_generator.ipp51 void test_seed(seed_type value)
88 test_seed(static_cast<seed_type>(0));
89 test_seed(static_cast<seed_type>(127));
90 test_seed(static_cast<seed_type>(539157235));
91 test_seed(static_cast<seed_type>(~0u));
/third_party/openssl/test/testutil/
Ddriver.c105 char *test_seed = getenv("OPENSSL_TEST_RAND_ORDER"); in setup_test_framework() local
109 if (test_seed != NULL) { in setup_test_framework()
110 seed = atoi(test_seed); in setup_test_framework()
/third_party/mindspore/tests/ut/python/nn/probability/distribution/
Dtest_poisson.py43 def test_seed(): function
Dtest_logistic.py40 def test_seed(): function
Dtest_exponential.py43 def test_seed(): function
Dtest_geometric.py46 def test_seed(): function
Dtest_beta.py41 def test_seed(): function
Dtest_cauchy.py40 def test_seed(): function
Dtest_categorical.py47 def test_seed(): function
Dtest_gamma.py41 def test_seed(): function
Dtest_lognormal.py41 def test_seed(): function
Dtest_normal.py41 def test_seed(): function
Dtest_uniform.py45 def test_seed(): function
Dtest_bernoulli.py46 def test_seed(): function