Introduction
RandomOps is a small source-code library implementing
a high quality Pseudo-Random Number Generator (PRNG)
in the ANSI C programming language. The PRNG implemented
in RandomOps is based on the ran2 algorithm from the book
'Numerical Recipes in C' by Press et al., but is implemented from
scratch here with a number of modifications.
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-2008 Hvass Labs. All rights reserved.
All trademarks are properties of their respective owners.