hmatrix-gsl-stats-0.4.1.6: GSL Statistics interface

Copyright(c) A. V. H. McPhail 2010 2015
LicenseBSD3
Maintainerhaskell.vivian.mcphail <at> gmail <dot> com
Stabilityprovisional
Portabilityuses ffi
Safe HaskellSafe
LanguageHaskell2010

Numeric.GSL.Distribution.Common

Description

GSL common data types for distributions

http://www.gnu.org/software/gsl/manual/

FOr information on how to set environment variables to set RNG type and seed see http://www.gnu.org/software/gsl/manual/html_node/Random-number-environment-variables.html#Random-number-environment-variables

Synopsis

Documentation

data RNG Source #

newRNG :: IO RNG Source #

create a random number generator (RNG) object

seedRNG :: RNG -> Int -> IO () Source #

assign a new seed to an RNG