This module provides Gaussian sampling utility routines for use in unit testing.
Applies gauss
to whole arrays and scalars.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r128), | intent(inout) | :: | x | |||
real(kind=r128), | intent(in) | :: | mu | |||
real(kind=r128), | intent(in) | :: | sig |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(inout) | :: | x | |||
real(kind=r64), | intent(in) | :: | mu | |||
real(kind=r64), | intent(in) | :: | sig |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r32), | intent(inout) | :: | x | |||
real(kind=r32), | intent(in) | :: | mu | |||
real(kind=r32), | intent(in) | :: | sig |