random

Click here to see the number of accesses to this library.


# Do NOT use for cryptographic purposes.  Read Internet RFC1750.

file	zufall.f
for	uniform , gaussian, and poisson random number generation
alg	lagged (-273,-607) Fibonacci; Box-Muller;
by	W.P. Petersen, IPS, ETH Zuerich
lang	Cray Fortran

file	zufall.shar
for	uniform , gaussian, and poisson random number generation
alg	lagged (-273,-607) Fibonacci; Box-Muller;
by	W.P. Petersen, IPS, ETH Zuerich
lang	C

file	2drwtest.f
for	two-dimensional random walk test of pseudorandom numbers
by	I. Vattulainen <vattulai@convex.csc.fi>
ref	Phys. Rev. Lett. 73, 2513 (1994).
prec	single/double

file	nblocktest.f
for	n-block test of pseudorandom numbers
by	I. Vattulainen <vattulai@convex.csc.fi>
ref	Phys. Rev. Lett. 73, 2513 (1994).
prec	single/double

file	acorrtiw.f
for	2-d Ising model and autocorrelation test of pseudorandom numbers
alg	Wolff updating
by	I. Vattulainen <vattulai@convex.csc.fi>
ref	Phys. Rev. Lett. 73, 2513 (1994).
prec	single/double

file	ranlib.f.tar.gz
for	random number generation from the distributions: beta, chi-square,
,	exponential, F, gamma, multivariate normal, noncentral chi-square,
,	noncentral F, univariate normal, uniform, binomial, negative binomial,
,	multinomial, Poisson;  also: random permutations of an integer array.
by	Barry W. Brown, James Lovato, Kathy Russell <bwb@odin.mda.uth.tmc.edu>
alg	(base) L'Ecuyer and  Cote, ACM TOMS 17:98-111 (1991)
lang	Fortran

file	ranlib.c.tar.gz
for	random number generation from the distributions: beta, chi-square,
,	exponential, F, gamma, multivariate normal, noncentral chi-square,
,	noncentral F, univariate normal, uniform, binomial, negative binomial,
,	multinomial, Poisson;  also: random permutations of an integer array.
by	Barry W. Brown, James Lovato, Kathy Russell <bwb@odin.mda.uth.tmc.edu>
alg	(base) L'Ecuyer and  Cote, ACM TOMS 17:98-111 (1991)
lang	C

file	dcdflib.f.tar.gz
for	cumulative distribution functions, inverses, and parameters for: beta,
,	binomial, chi-square, noncentral chi-square, F, noncentral F, gamma,
,	negative binomial, normal, Poisson, Student's t.
alg	various TOMS algorithms and Abramowitz&Stegun; Bux Dekker zero-finding
by	Barry W. Brown, James Lovato, Kathy Russell <bwb@odin.mda.uth.tmc.edu>
lang	Fortran

file	dcdflib.c.tar.gz
for	cumulative distribution functions, inverses, and parameters for: beta,
,	binomial, chi-square, noncentral chi-square, F, noncentral F, gamma,
,	negative binomial, normal, Poisson, Student's t.
alg	various TOMS algorithms and Abramowitz&Stegun; Bux Dekker zero-finding
by	Barry W. Brown, James Lovato, Kathy Russell <bwb@odin.mda.uth.tmc.edu>
lang	C

file	sprng.tar.gz
for	scalable parallel random number generation
by	Ashok Srinivasan <ashoks@ncsa.uiuc.edu>
alg	Fibonacci, congruential;  multiple independent streams
lang	C, Fortran, MPI
size	1172kB
age	research
ref	http://www.ncsa.uiuc.edu/Apps/CMP/RNG/RNG-home.html

file	random.f90
for	generation of random variables from many discrete and continuous distributions
by	Alan Miller <amiller@bigpond.net.au>
lang	Fortran 90
ref     http://users.bigpond.net.au/amiller/random.html

file	ziggurat.f90
for	generation of random numbers from the normal and exponential distributions
alg	Marsaglia's ziggurat algorithm
by	Alan Miller <amiller@bigpond.net.au>
lang	Fortran 90
ref	http://users.bigpond.net.au/amiller

file	amrandom.pas
for	generation of random variables from many discrete and continuous distributions
by	Glenn Crouch
lang   Delphi Pascal