Home
last modified time | relevance | path

Searched refs:_random (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Drandom.py58 import _random namespace
103 class Random(_random.Random):
/third_party/python/Lib/test/
H A Dtest_random.py581 # _random.Random should not be allowed to serialization
582 import _random namespace
584 r = _random.Random()
589 # _random.Random should call seed with first element of arg tuple
590 import _random namespace
591 r1 = _random.Random()
593 r2 = _random.Random(8675309)
630 # There shouldn't be an assertion failure in _random.Random.seed() in

Completed in 3 milliseconds