rnglib, an Octave code which implements random number generators (RNG's) which can generate one or more streams of random numbers.
RNGLIB 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 computer code and data files described and made available on this web page are 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.