diff options
Diffstat (limited to 'stdlib/random.mli')
-rw-r--r-- | stdlib/random.mli | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stdlib/random.mli b/stdlib/random.mli index a68eaf550..44d3b15c0 100644 --- a/stdlib/random.mli +++ b/stdlib/random.mli @@ -63,8 +63,7 @@ val bool : unit -> bool (** These function manipulate the current state explicitely. This allows you to use one or several deterministic PRNGs, even in a multi-threaded program, without interference from - other parts of the program (for example, the Filename module - and some object-oriented primitives use the default PRNG). + other parts of the program. *) module State : sig |