-
stdlib-random.v5
andstdlib-random.v5o
: importRandom.int_in_range
functions and friends from OCaml 5.2. -
stdlib-random.v3
andstdlib-random.v4
library: implementRandom.int_in_range
functions and friends.
-
stdlib-random.v5
andstdlib-random.v5o
: importRandom.state
serialization functions:of_binary_string
andto_binary_string
from OCaml 5.1. -
stdlib-random.v3
andstdlib-random.v4
library: implementRandom.state
serialization functions:of_binary_string
andto_binary_string
.
stdlib-random.v5
library: compiler-independent implementation of the Random module of OCaml 5stdlib-random.v5o
library: compiler-independent implementation of the Random module of OCaml 5, in pure OCamlstdlib-random.v4
library: compiler-independent implementation of the Random module of OCaml 4stdlib-random.v3
library: compiler-independent implementation of the Random module used from OCaml 3.07 to OCaml 3.11.
- Import Random4 module from OCaml 4.** compiler
- Import Random5 module from OCaml 5.** compiler