@hackage gsl-random0.1.1
Bindings the the GSL random number generation facilities.
Installation
Dependencies (1)
Dependents (4)
@hackage/monte-carlo, @hackage/hquantlib, @hackage/acme-everything, @hackage/gsl-random-fu
Package Flags
atlas
(off by default)
Link with ATLAS.
gsl
(off by default)
Link with GSL unoptimized CBLAS.
mkl
(off by default)
Link with Intel MKL.
veclib
(off by default)
Link with Mac OS X vecLib.
custom
(off by default)
Link with a custom CBLAS.
If you care at all about performance, make sure you configure the library to use the best CBLAS installed on your system. See the cabal file for details. To use atlas, run
runhaskell Setup.lhs configure -fatlas