1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Release 1.2.0
-------------
- `stdlib-random.v5` and `stdlib-random.v5o`: import `Random.int_in_range`
functions and friends from OCaml 5.2.
- `stdlib-random.v3` and `stdlib-random.v4` library: implement
`Random.int_in_range` functions and friends.
Release 1.1.0
-------------
- `stdlib-random.v5` and `stdlib-random.v5o`: import `Random.state`
serialization functions: `of_binary_string` and `to_binary_string` from
OCaml 5.1.
- `stdlib-random.v3` and `stdlib-random.v4` library: implement `Random.state`
serialization functions: `of_binary_string` and `to_binary_string`.
Release 1.0.0
-------------
- `stdlib-random.v5` library: compiler-independent implementation of the Random module of OCaml 5
- `stdlib-random.v5o` library: compiler-independent implementation of the Random module of OCaml 5, in pure OCaml
- `stdlib-random.v4` library: compiler-independent implementation of the Random module of OCaml 4
- `stdlib-random.v3` library: compiler-independent implementation of the Random module
used from OCaml 3.07 to OCaml 3.11.
Initialisation
--------------
- Import Random4 module from OCaml 4.** compiler
- Import Random5 module from OCaml 5.** compiler
|