Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds