You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/ref/is.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ _Arithmetic Functions_ can also be evaluated when their arguments can be evaluat
60
60
| j1(X) | Bessel function of order 1 |
61
61
| log(X) | natural logarithm |
62
62
| log10(X) | base 10 logarithm |
63
-
| random | returns a random floating point number such that 0.0 ≤ X < 1.0|
63
+
| random | returns a <spanid=random>pseudo-random</span> floating point number such that 0.0 ≤ X < 1.0<br>(use [`srandom/1`](srandom.html) to initialize the <abbrtitle="Psuedo-Random Number Generator">PRNG</abbr>) |
64
64
| realtime | actual time in seconds since ALS Prolog started |
0 commit comments