MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / testRandom

Function testRandom

src/python/PyImathTest/pyImathTest.py:8695–8700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8693 return
8694
8695def testRandom ():
8696
8697 print ("Rand32")
8698 testRandomx (Rand32)
8699 print ("Rand48")
8700 testRandomx (Rand48)
8701
8702testList.append (('testRandom',testRandom))
8703

Callers

nothing calls this directly

Calls 1

testRandomxFunction · 0.70

Tested by

no test coverage detected