blob: 4e5c69dc9a27a11529ebf29b817f50a0d1ea84cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
RngStreams is a C implementation of a high-quality uniform random number
generator that supports multiple "independent" streams of uniform random
numbers.
It was written by Pierre L'Ecuyer and Richard Simard, who have a website
at:
http://www.iro.umontreal.ca/~simardr/indexe.html
This GNU-style package is compiled and maintained by Josef Leydold and
released under the GNU Public License (GPL).
WWW: http://statmath.wu-wien.ac.at/software/RngStreams/
|