Home
last modified time | relevance | path

Searched refs:test_random (Results 1 – 16 of 16) sorted by relevance

/external/rust/crates/ryu/tests/
Df2s_test.rs45 fn test_random() { in test_random() function
Dd2s_test.rs50 fn test_random() { in test_random() function
/external/rust/crates/rand/src/
Dlib.rs203 fn test_random() { in test_random() function
/external/python/cpython2/Lib/test/
Dtest_regrtest.py379 def test_random(self): member in ArgsTestCase
391 test_random = int(match.group(1))
400 self.assertEqual(test_random2, test_random)
Dtest_dumbdbm.py138 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py177 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py179 def test_random(self): member in BasicSocketTests
/external/tensorflow/tensorflow/python/kernel_tests/signal/
Ddct_ops_test.py188 def test_random(self, dct_type, norm, shape, dtype): member in DCTOpsTest
Dfft_ops_test.py229 def test_random(self, rank, extra_dims, np_type): member in FFTOpsTest
486 def test_random(self, rank, extra_dims, size, np_rtype): member in RFFTOpsTest
/external/python/cpython3/Lib/test/
Dtest_regrtest.py743 def test_random(self): member in ArgsTestCase
755 test_random = int(match.group(1))
764 self.assertEqual(test_random2, test_random)
Dtest_dbm_dumb.py170 def test_random(self): member in DumbDBMTestCase
Dtest_bisect.py154 def test_random(self, n=25): member in TestBisect
Dtest_ssl.py363 def test_random(self): member in BasicSocketTests
/external/python/jinja/tests/
Dtest_filters.py255 def test_random(self, env, request): member in TestFilter
/external/python/cpython2/Misc/NEWS.d/
D2.7.7rc1.rst1243 Fixed tests in test_random that were silently skipped most of the time.
/external/python/cpython3/Misc/
DHISTORY3160 - Issue #19588: Fixed tests in test_random that were silently skipped most
6036 - Issue #17789: test_random now works with unittest test discovery.