package splittable_random

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Legacy aliases for the preceding definitions.

  • deprecated [since 2023-10] There is no longer any need to use [Splittable_random.State]. Its definitions are now included directly in [Splittable_random].
type nonrec t = t
val create : Base.Random.State.t -> t
val of_int : Base.int -> t
val perturb : t -> Base.int -> Base.unit
val copy : t -> t
val split : t -> t
OCaml

Innovation. Community. Security.