From d54fe7c1f704a63824c5bfa0ece65245572e9b27 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 Mar 2015 21:21:30 -0500 Subject: Initial commit --- src/slalib/sun67.htx/node160.html | 98 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 src/slalib/sun67.htx/node160.html (limited to 'src/slalib/sun67.htx/node160.html') diff --git a/src/slalib/sun67.htx/node160.html b/src/slalib/sun67.htx/node160.html new file mode 100644 index 0000000..972237c --- /dev/null +++ b/src/slalib/sun67.htx/node160.html @@ -0,0 +1,98 @@ + + + + +SLA_RANDOM - Random Number + + + + + + + + + + + + +

+ +next + +up + +previous +
+ Next: SLA_RANGE - Put Angle into Range +
+Up: SUBPROGRAM SPECIFICATIONS +
+ Previous: SLA_PXY - Apply Linear Model +

+

+

SLA_RANDOM - Random Number +   +

+
+
ACTION: +
Generate pseudo-random real number in the range $0 \leq x < 1$.
CALL: +
R = sla_RANDOM (SEED) +

+

+
GIVEN: +
+
+ + + + + +
SEEDRan arbitrary real number
+

+
RETURNED: +
+
+ + + + + + + + + +
SEEDRa new arbitrary value
sla_RANDOMRPseudo-random real number $0 \leq x < 1$.
+

+
NOTE: +
The implementation is machine-dependent. +
+

+ +next + +up + +previous +
+ Next: SLA_RANGE - Put Angle into Range +
+Up: SUBPROGRAM SPECIFICATIONS +
+ Previous: SLA_PXY - Apply Linear Model +

+

+

+SLALIB --- Positional Astronomy Library
Starlink User Note 67
P. T. Wallace
12 October 1999
E-mail:ptw@star.rl.ac.uk
+
+ + -- cgit