diff options
Diffstat (limited to 'manual/math.texi')
-rw-r--r-- | manual/math.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/math.texi b/manual/math.texi index 5ad8732eca..9b699f1def 100644 --- a/manual/math.texi +++ b/manual/math.texi @@ -1443,7 +1443,8 @@ is convenient when you are debugging a program, but it is unhelpful if you want the program to behave unpredictably. If you want a different pseudo-random series each time your program runs, you must specify a different seed each time. For ordinary purposes, basing the seed on the -current time works well. +current time works well. For random numbers in cryptography, +@pxref{Unpredictable Bytes}. You can obtain repeatable sequences of numbers on a particular machine type by specifying the same initial seed value for the random number |