Home
last modified time | relevance | path

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

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