You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,7 +326,7 @@ Please notice that the TestUO1 article states that the operator should be '*' wh
326
326
327
327
328
328
329
-
### Well512a -- 2^512 periodicity
329
+
### Well512a - 2^512 periodicity
330
330
331
331
**Well512a** implements the Well-Equilibrated Long-period Linear generators (WELL) proposed by François Panneton, Pierre L'ECcuyer and Makoto Matsumoto in [6]. This PRNG uses linear recurrence based on primitive characteristic polynomials associated with left- and right- shifts and xor operations to fastly evaluate pseudo-random numbers suites.
332
332
@@ -336,7 +336,7 @@ Meanwhile, it should not be able to pass some of the *crush* and *big-crush* tes
336
336
337
337
338
338
339
-
### Well1024a -- 2^1024 periodicity
339
+
### Well1024a - 2^1024 periodicity
340
340
341
341
**Well1024a** implements the Well-Equilibrated Long-period Linear generators (WELL) proposed by François Panneton, Pierre L'ECcuyer and Makoto Matsumoto in [6]. This PRNG uses linear recurrence based on primitive characteristic polynomials associated with left- and right- shifts and xor operations to fastly evaluate pseudo-random numbers suites.
342
342
@@ -346,7 +346,7 @@ Meanwhile, it does not pass 4 of the *crush* and 4 of the *big-crush* tests of T
346
346
347
347
348
348
349
-
### Well199937b -- 2^19937 periodicity
349
+
### Well199937b - 2^19937 periodicity
350
350
351
351
**Well199937b** implements the Well-Equilibrated Long-period Linear generators (WELL) proposed by François Panneton, Pierre L'ECcuyer and Makoto Matsumoto in [6]. This PRNG uses linear recurrence based on primitive characteristic polynomials associated with left- and right- shifts and xor operations to fastly evaluate pseudo-random numbers suites.
352
352
@@ -356,7 +356,7 @@ Meanwhile, it does not pass 2 of the *crush* and 2 of the *big-crush* tests of T
356
356
357
357
358
358
359
-
### Well44497c -- 2^44497 periodicity
359
+
### Well44497c - 2^44497 periodicity
360
360
361
361
**WellWell44497c** implements the Well-Equilibrated Long-period Linear generators (WELL) proposed by François Panneton, Pierre L'ECcuyer and Makoto Matsumoto in [6]. This PRNG uses linear recurrence based on primitive characteristic polynomials associated with left- and right- shifts and xor operations to fastly evaluate pseudo-random numbers suites.
0 commit comments