randn Function

private function randn(mean, stdev)

Generates a random number drawn for the specified normal distribution.

Arguments

Type IntentOptional AttributesName
real(kind=p), intent(in) :: mean

The mean of the distribution to draw from

real(kind=p), intent(in) :: stdev

The standard deviation of the distribution to draw from

Return Value real(kind=p)

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 proc~get_grid_point_tendencies get_grid_point_tendencies proc~get_grid_point_tendencies->proc~get_physical_tendencies proc~get_tendencies get_tendencies proc~get_tendencies->proc~get_grid_point_tendencies proc~step step proc~step->proc~get_tendencies proc~do_single_step do_single_step proc~do_single_step->proc~step proc~first_step first_step proc~first_step->proc~step proc~step~2 step proc~step~2->proc~do_single_step proc~initialize_state initialize_state proc~initialize_state->proc~first_step proc~init init proc~init->proc~initialize_state

Contents

None