Previous Contents Next

5.10   Module random: random numbers

Interface to the Ocaml library module Random

open ml
external seed : < int > -> <>
external int : < int > -> < int>
external float : < float > -> < float>

Previous Contents Next