package gsl

  1. Overview
  2. Docs
GSL - Bindings to the GNU Scientific Library

Install

Dune Dependency

Authors

Maintainers

Sources

gsl-ocaml-1.19.1.tar.gz
sha256=05891594ed3b4ea0c2f201531aeafce1280b937a18ba76d818760252c2b34b66
md5=b59a432ac89b49fbd0085d4e17315c50

doc/gsl/Gsl_qrng/index.html

Module Gsl_qrng

Quasi-Random Sequences

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

Innovation. Community. Security.