package gsl

  1. Overview
  2. Docs

Module Gsl.QrngSource

Quasi-Random Sequences

Sourcetype qrng_type =
  1. | NIEDERREITER_2
  2. | SOBOL
Sourcetype t
Sourceval make : qrng_type -> int -> t
Sourceval init : t -> unit
Sourceval get : t -> float array -> unit
Sourceval sample : t -> float array
Sourceval name : t -> string
Sourceval dimension : t -> int
Sourceval memcpy : src:t -> dst:t -> unit
Sourceval clone : t -> t
OCaml

Innovation. Community. Security.