Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Drandom.py97 SG_MAGICCONST = 1.0 + _log(4.5) variable
711 if r + SG_MAGICCONST - 4.5 * z >= 0.0 or r >= _log(z):
/third_party/python/Lib/test/
H A Dtest_random.py1315 self.assertAlmostEqual(random.SG_MAGICCONST, 2.50407739677627)

Completed in 4 milliseconds