Skip to content

Commit 223f596

Browse files
committed
#50-Fix erroneous documentation
Fixed typos.
1 parent f9745b7 commit 223f596

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Please notice that the TestUO1 article states that the operator should be '*' wh
326326

327327

328328

329-
### Well512a -- 2^512 periodicity
329+
### Well512a - 2^512 periodicity
330330

331331
**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.
332332

@@ -336,7 +336,7 @@ Meanwhile, it should not be able to pass some of the *crush* and *big-crush* tes
336336

337337

338338

339-
### Well1024a -- 2^1024 periodicity
339+
### Well1024a - 2^1024 periodicity
340340

341341
**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.
342342

@@ -346,7 +346,7 @@ Meanwhile, it does not pass 4 of the *crush* and 4 of the *big-crush* tests of T
346346

347347

348348

349-
### Well199937b -- 2^19937 periodicity
349+
### Well199937b - 2^19937 periodicity
350350

351351
**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.
352352

@@ -356,7 +356,7 @@ Meanwhile, it does not pass 2 of the *crush* and 2 of the *big-crush* tests of T
356356

357357

358358

359-
### Well44497c -- 2^44497 periodicity
359+
### Well44497c - 2^44497 periodicity
360360

361361
**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.
362362

0 commit comments

Comments
 (0)