HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11570
IQINT(A)
Description
Convert to integer type.
Class
Elemental nonstandard function.
Argument
A must be of type REAL(16).
Result
Integer type.
Specific forms
IIQINT, JIQINT,KIQINT.
IRAND()
Description
Generate pseudorandom numbers.
Class
Elemental nonstandard function.
Result type/
type parameters
INTEGER(4) type.
Result value
RAND generates numbers in the range 0 through 2
15
-1.
NOTE For details about restarting the pseudorandom number generator used by
IRAND and RAND, see “SRAND(ISEED)” on page 627.