package xoshiro

  1. Overview
  2. Docs

Module XoshiroSource

module Xoshiro256plusplus = Xoshiro256plusplus_bindings
include module type of struct include Xoshiro256plusplus end
module LowLevel = Xoshiro256plusplus.LowLevel
include MakeRandom.Sig.Full
val init : int -> unit
val full_init : int array -> unit
val self_init : unit -> unit
val bits : unit -> int
val int : int -> int
val int32 : Int32.t -> Int32.t
val nativeint : Nativeint.t -> Nativeint.t
val int64 : Int64.t -> Int64.t
val float : float -> float
val bool : unit -> bool
val get_state : unit -> State.t
val set_state : State.t -> unit
Sourcemodule Splitmix64 = Splitmix64_pure
OCaml

Innovation. Community. Security.