]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst
deee7b0fdea7436495502512a77b3336d691356e
[thirdparty/gcc.git] / gcc / fortran / doc / gfortran / intrinsic-procedures / ran.rst
1 ..
2 Copyright 1988-2022 Free Software Foundation, Inc.
3 This is part of the GCC manual.
4 For copying conditions, see the copyright.rst file.
5
6 .. _ran:
7
8 RAN --- Real pseudo-random number
9 *********************************
10
11 .. index:: RAN, random number generation
12
13 .. function:: RAN()
14
15 For compatibility with HP FORTRAN 77/iX, the ``RAN`` intrinsic is
16 provided as an alias for ``RAND``. See :ref:`RAND` for complete
17 documentation.
18
19 Standard:
20 GNU extension
21
22 Class:
23 Function
24
25 See also:
26 :ref:`RAND`,
27 :ref:`RANDOM_NUMBER`