blob: e8b1e5a88668073e69eb0a031675345ea29dff16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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).
|