package randii

  1. Overview
  2. Docs

Module Threefry.Gen_4_64Source

Sourceval of_int_array : int array -> t
Sourceval to_int_array : t -> int array
Sourceval of_string_array : string array -> t
Sourceval to_string_array : t -> string array
Sourceval succ : t -> t
Sourceval pred : t -> t
Sourceval rand : ?rounds:int -> key:t -> ctr:t -> unit -> t
Sourceval uniform : ?upper:int -> ?rounds:int -> key:t -> ctr:t -> unit -> int array
Sourceval uniform01 : ?rounds:int -> key:t -> ctr:t -> unit -> float array
Sourceval draw_from : rand:(?rounds:int -> key:t -> ctr:t -> unit -> t) -> uniform01:(?rounds:int -> key:t -> ctr:t -> unit -> float array) -> uniform:(?upper:int -> ?rounds:int -> key:t -> ctr:t -> unit -> int array) -> key:t -> ctr:t -> Cbrn__Types.kind -> string array
Sourceval digits : int
Sourceval is_zero : t -> bool
OCaml

Innovation. Community. Security.