Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Drandom.py58 NV_MAGICCONST = 4 * _exp(-0.5)/_sqrt(2.0) variable
403 z = NV_MAGICCONST*(u1-0.5)/u2
/external/python/cpython2/Lib/test/
Dtest_random.py587 self.assertAlmostEqual(random.NV_MAGICCONST, 1.71552776992141)