randn Interface

public interface randn

Calls

interface~~randn~~CallsGraph interface~randn randn proc~randn1d randn1d interface~randn->proc~randn1d proc~randn2d randn2d interface~randn->proc~randn2d

Called by

interface~~randn~~CalledByGraph interface~randn randn proc~constructor constructor proc~constructor->interface~randn interface~layer_type layer_type interface~layer_type->proc~constructor

Contents


Module Procedures

private function randn1d(n) result(r)

Generates n random numbers with a normal distribution.

Arguments

Type IntentOptional AttributesName
integer(kind=ik), intent(in) :: n

Return Value real(kind=rk) (n)

private function randn2d(m, n) result(r)

Generates m x n random numbers with a normal distribution.

Arguments

Type IntentOptional AttributesName
integer(kind=ik), intent(in) :: m
integer(kind=ik), intent(in) :: n

Return Value real(kind=rk) (m,n)