diff options
-rw-r--r-- | Doc/lib/libwhrandom.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libwhrandom.tex b/Doc/lib/libwhrandom.tex index b745f5b..cc00f19 100644 --- a/Doc/lib/libwhrandom.tex +++ b/Doc/lib/libwhrandom.tex @@ -4,6 +4,8 @@ \declaremodule{standard}{whrandom} \modulesynopsis{Floating point pseudo-random number generator.} +\strong{Note:} This module is an implementation detail of the +\refmodule{random} module. Please do not use this module directly. This module implements a Wichmann-Hill pseudo-random number generator class that is also named \class{whrandom}. Instances of the |