Home
last modified time | relevance | path

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

/third_party/python/Lib/
Drandom.py95 NV_MAGICCONST = 4 * _exp(-0.5) / _sqrt(2.0) variable
585 z = NV_MAGICCONST * (u1 - 0.5) / u2
/third_party/python/Lib/test/
Dtest_random.py1305 self.assertAlmostEqual(random.NV_MAGICCONST, 1.71552776992141)