aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 19fa44086c9..86ad333702e 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -51,7 +51,7 @@ and `most-positive-fixnum', inclusive, are equally likely.
51 51
52With positive integer LIMIT, return random number in interval [0,LIMIT). 52With positive integer LIMIT, return random number in interval [0,LIMIT).
53With argument t, set the random number seed from the system's entropy 53With argument t, set the random number seed from the system's entropy
54pool, or from the current time and pid if entropy is unavailable. 54pool if available, otherwise from less-random volatile data such as the time.
55With a string argument, set the seed based on the string's contents. 55With a string argument, set the seed based on the string's contents.
56Other values of LIMIT are ignored. 56Other values of LIMIT are ignored.
57 57