Home
last modified time | relevance | path

Searched refs:SG_MAGICCONST (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Drandom.py61 SG_MAGICCONST = 1.0 + _log(4.5) variable
544 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
/external/python/cpython2/Lib/
Drandom.py61 SG_MAGICCONST = 1.0 + _log(4.5) variable
532 if r + SG_MAGICCONST - 4.5*z >= 0.0 or r >= _log(z):
/external/python/cpython2/Lib/test/
Dtest_random.py611 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)
/external/python/cpython3/Lib/test/
Dtest_random.py942 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)