randn Function

private function randn(mean, stdev)

Generates a random number drawn for the specified normal distribution.

Arguments

Type IntentOptional AttributesName
real, intent(in) :: mean

The mean of the distribution to draw from

real, intent(in) :: stdev

The standard deviation of the distribution to draw from

Return Value real

The generated random number


Called by

proc~~randn~~CalledByGraph proc~randn randn proc~gen_sppt gen_sppt proc~gen_sppt->proc~randn proc~get_physical_tendencies get_physical_tendencies proc~get_physical_tendencies->proc~gen_sppt

Contents

None