package stdcompat

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

Module Random.StateSource

Sourcetype t
Sourceval make : int array -> t
Sourceval make_self_init : unit -> t
Sourceval copy : t -> t
Sourceval bits : t -> int
Sourceval int : t -> int -> int
Sourceval full_int : t -> int -> int
Sourceval int_in_range : t -> min:int -> max:int -> int
Sourceval int32 : t -> Int32.t -> Int32.t
Sourceval int32_in_range : t -> min:int32 -> max:int32 -> int32
Sourceval nativeint : t -> Nativeint.t -> Nativeint.t
Sourceval nativeint_in_range : t -> min:nativeint -> max:nativeint -> nativeint
Sourceval int64 : t -> Int64.t -> Int64.t
Sourceval int64_in_range : t -> min:int64 -> max:int64 -> int64
Sourceval float : t -> float -> float
Sourceval bool : t -> bool
Sourceval bits32 : t -> Int32.t
Sourceval bits64 : t -> Int64.t
Sourceval nativebits : t -> Nativeint.t
Sourceval split : t -> t
Sourceval to_binary_string : t -> string
Sourceval of_binary_string : string -> t