()
| 8693 | return |
| 8694 | |
| 8695 | def testRandom (): |
| 8696 | |
| 8697 | print ("Rand32") |
| 8698 | testRandomx (Rand32) |
| 8699 | print ("Rand48") |
| 8700 | testRandomx (Rand48) |
| 8701 | |
| 8702 | testList.append (('testRandom',testRandom)) |
| 8703 |
nothing calls this directly
no test coverage detected