File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ libraries for instance.
5555
5656It offers a very good period (2^19937, i.e. about 4.3e6001). Unfortunately,
5757this PRG is a little bit long to compute (up to 3 times than LCGs, 60% more
58- than LFibs and a little bit less than MRGs, see below at section 'Architect-
59- ure overview'). Moreover, it fails 4 of the hardest TestU01 tests. You can
60- still use it as your preferred PRG but PyRandLib implements many other PRGs
61- which are either far faster or far better in terms of generated pseudo-
62- randomness than the Mersenne twister PRG.
58+ than LFibs and a little bit less than MRGs, see below at section
59+ 'Architecture overview'). Moreover, it fails four of the hardest TestU01
60+ tests. You can still use it as your preferred PRG but PyRandLib implements
61+ many other PRGs which are either far faster or far better in terms of
62+ generated pseudo- randomness than the Mersenne twister PRG.
6363
6464
6565
You can’t perform that action at this time.
0 commit comments