Introduction
RandomOps is a source-code library implementing
various Pseudo-Random Number Generators (PRNGs)
in the C# programming language, including:
-
The Ran2 algorithm from the book 'Numerical Recipes in C'
by Press et al.
-
The Mersenne Twister
by Matsumoto et al.
An interface to
www.random.org
is also provided for transparent retrieval of 'true' random bits
through the internet.
License
The RandomOps source-code is published under the
GNU Lesser General Public License,
which essentially means that you may distribute commercial programs
that link with the RandomOps library, as well as make alterations
to the RandomOps library itself. There are certain terms to be met
though, please see the
license
for details.
Contact
E-Mail
Feel free to let us know if RandomOps has been helpful to
you in any way, or if you have any bug-fixes. But technical
questions will likely not be answered
due to lack of time
developing other projects.
randomops (at) hvass-labs.org
(C) Copyright 2006-2010
Hvass Laboratories.
All rights reserved.
All trademarks are properties of their respective owners.