rnglib, an Octave code which implements random number generators (RNG) which can generate one or more streams of random numbers.
The code is a portable set of software tools for uniform random variate generation. It provides for multiple generators running simultaneously, and each generator has its sequence of numbers partitioned into many long disjoint substreams. Simple procedure calls allow the user to make any generator jump ahead to the beginning of its next substream.
The information on this web page is distributed under the MIT license.
rnglib is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
ranlib, an Octave code which produces random samples from Probability Density Functions (PDF's), including Beta, Chi-square Exponential, F, Gamma, Multivariate normal, Noncentral chi-square, Noncentral F, Univariate normal, random permutations, Real uniform, Binomial, Negative Binomial, Multinomial, Poisson and Integer uniform, by Barry Brown and James Lovato.