InsaneMonster / NistRng

Random Number Generator NIST Test Suite framework for python 3.6 - SAILab - University of Siena
BSD 3-Clause "New" or "Revised" License
42 stars 22 forks source link

Random Excursion is failing for random numbers from numpy. #9

Open Prgmaz opened 2 years ago

Prgmaz commented 2 years ago

I am creating a array of 1000 numbers from numpy. np.random.randint(0, 2**31-1, 1000)

It shows Failed for Random Excursion but Passed for Random Excursion Variant. Please help.

Scottyang8math commented 2 years ago

I have the same question, please refer to my question.