Group: comp.lang.fortran · Group Profile · Search for Random Variable in comp.lang.fortran
Author: leaf
Date: Sep 14, 2006 05:26
... and generic functions and subroutines to generate random numbers, such as RAN( ), RAND( ), RANDOM( ...? For example, I have two indepent random variables with the same distribution function such as a uniform distribution between 0 and 1 and I want to generate a samples of each random variable. Should I use a different seed everytime I call a random number generator? But where these seeds come ...
|