SABER
|
Public Member Functions | |
subroutine | stripack_jrand (n, ix, iy, iz, output) |
Return a random integer between 1 and N. More... | |
Definition at line 68 of file tools_stripack.F90.
subroutine tools_stripack::jrand::stripack_jrand | ( | integer, intent(in) | n, |
integer, intent(inout) | ix, | ||
integer, intent(inout) | iy, | ||
integer, intent(inout) | iz, | ||
integer, intent(out) | output | ||
) |
Return a random integer between 1 and N.
[in] | n | Maximum value to be returned. |
[in,out] | ix | First seed initialized to values in the range 1 to 30,000 before the first call to JRAND, and not altered between subsequent calls (unless a sequence of random numbers is to be repeated by reinitializing the seeds). |
[in,out] | iy | Second seed. |
[in,out] | iz | Third seed. |
[out] | output | A random integer in the range 1 to N. |
Definition at line 632 of file tools_stripack.F90.