gsl-random: Bindings the the GSL random number generation facilities.

[ bsd3, library, math ] [ Propose Tags ]

Bindings to the GNU Scientific Library random number generators and random distributions.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
atlas

Link with ATLAS.

Disabled
gsl

Link with GSL unoptimized CBLAS.

Disabled
mkl

Link with Intel MKL.

Disabled
veclib

Link with Mac OS X vecLib.

Disabled
custom

Link with a custom CBLAS.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2, 0.2.3, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.4.3, 0.4.4, 0.4.5, 0.4.6, 0.5.0, 0.5.1, 0.5.2, 0.5.3
Dependencies base [details]
License BSD-3-Clause
Copyright (c) 2008. Patrick Perry <patperry@stanford.edu>
Author Patrick Perry
Maintainer Patrick Perry <patperry@stanford.edu>
Category Math
Home page http://stat.stanford.edu/~patperry/code/gsl-random
Uploaded by PatrickPerry at 2008-08-28T20:07:36Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 15403 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for gsl-random-0.1.1

[back to package description]
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