Provides a random number generator with normal distribution, centered on zero.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=rk), | private, | parameter | :: | pi | = | 4*atan(1._rk) |
Generates n random numbers with a normal distribution.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ik), | intent(in) | :: | n |
Generates m x n random numbers with a normal distribution.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ik), | intent(in) | :: | m | |||
| integer(kind=ik), | intent(in) | :: | n |
Generates n random numbers with a normal distribution.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ik), | intent(in) | :: | n |
Generates m x n random numbers with a normal distribution.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=ik), | intent(in) | :: | m | |||
| integer(kind=ik), | intent(in) | :: | n |