Module MakeRandom.Basic30
Parameters
Signature
val int : int -> intint boundreturns a random integer between 0 (inclusive) andbound(exclusive).boundmust be greater than 0 and less than 230.
val int32 : Stdlib.Int32.t -> Stdlib.Int32.tint32 boundreturns a random integer between 0 (inclusive) andbound(exclusive).boundmust be greater than 0.
val nativeint : Stdlib.Nativeint.t -> Stdlib.Nativeint.tnativeint boundreturns a random integer between 0 (inclusive) andbound(exclusive).boundmust be greater than 0.
val int64 : Stdlib.Int64.t -> Stdlib.Int64.tint64 boundreturns a random integer between 0 (inclusive) andbound(exclusive).boundmust be greater than 0.