Quick and dirtyIntroductionThis project is a Python C module implementation of Numerical Recipes quick and dirty random number generator. The module is called quickndirty and provides the class Rng that has the following interface:
The objective is to have a very simple interface that generates only random bit strings and U(0,1) numbers. I believe that the standard distributions and stochastic process are meant to be applications that use a random number generator and we can't create dependencies between random number generator and the specific purpose algorithms. HomepageThe project is hosted at Google: Download
Last modified November 19, 2008 1:16 am / Skin by Kevin Hughes
![]() |