New files to implement the Mersenne Twister Pseudo Random Number

1999-04-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

	* grand.c, tests/rand-test.c: New files to implement the Mersenne
	Twister Pseudo Random Number Generator.

	* glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed
	accordingly.
This commit is contained in:
Sebastian Wilhelmi
1999-04-09 14:40:58 +00:00
committed by Sebastian Wilhelmi
parent bbc2cc4e0e
commit 95aff22dff
18 changed files with 871 additions and 1 deletions

View File

@@ -23,3 +23,8 @@ Sebastian Wilhelmi <wilhelmi@ira.uka.de>
There are also many others who have contributed patches and fixes;
we thank them, for helping us in advancing GLIB.
The random number generator "Mersenne Twister", which is used by GLib,
is developed and originally coded by:
Makoto Matsumoto <matumoto@math.keio.ac.jp>
Takuji Nishimura <nisimura@math.keio.ac.jp>