byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Allow to randomize the test order in a test suite #375

Closed t-b closed 1 year ago

t-b commented 1 year ago
Garados007 commented 1 year ago

What are "the best" PRNG for each IP version?

t-b commented 1 year ago

Xoshiro256** for IP9, lower versions Mersenne Twister. https://prng.di.unimi.it/ has some background on xoshiro.