From 5fbe51dff54d802ad9d497dd1b3be62d71f18c77 Mon Sep 17 00:00:00 2001 From: Joris van Rantwijk Date: Sun, 13 Nov 2016 22:25:15 +0100 Subject: [PATCH] Minor textual change in README. --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 90a8d94..cc1fe7b 100644 --- a/README.txt +++ b/README.txt @@ -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,