]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/fortran/doc/gfortran/intrinsic-procedures/ran.rst
sphinx: add missing trailing newline
[thirdparty/gcc.git] / gcc / fortran / doc / gfortran / intrinsic-procedures / ran.rst
CommitLineData
c63539ff
ML
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
8RAN --- 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`,
3ed1b4ce 27 :ref:`RANDOM_NUMBER`