Minor textual change in README.

This commit is contained in:
Joris van Rantwijk 2016-11-13 22:25:15 +01:00
parent 8ce0452418
commit 5fbe51dff5
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ See also M. Matsumoto, T. Nishimura, "Mersenne Twister: a 623-dimensionally
equidistributed uniform pseudorandom number generator", ACM TOMACS, vol. 8,
no. 1, 1998.
This RNG is very popular in software applications because it is relatively
fast while the output passes many statistical tests.
This RNG is very popular in software applications. It is relatively fast,
passes many statistical tests and has an enormous period.
The VHDL implementation produces 32 new random bits on every (enabled)
clock cycle. It uses a RAM block, 32 bits wide, 1024 elements deep,