SABER
tools_stripack::jrand Interface Reference

Public Member Functions

subroutine stripack_jrand (n, ix, iy, iz, output)
 Return a random integer between 1 and N. More...
 

Detailed Description

Definition at line 68 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_jrand()

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.

Parameters
[in]nMaximum value to be returned.
[in,out]ixFirst 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]iySecond seed.
[in,out]izThird seed.
[out]outputA random integer in the range 1 to N.

Definition at line 632 of file tools_stripack.F90.


The documentation for this interface was generated from the following file: