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]

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://github.com/patperry/gsl-random
Uploaded by PatrickPerry at 2009-01-13T18:53:53Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 15337 total (24 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.3

[back to package description]
To build the package, there is no need to run the configure script.  Just
use the standard cabal commands:

    runhaskell Setup.lhs configure
    runhaskell Setup.lhs build
    runhaskell Setup.lhs install
    
The package uses a script to find what CBLAS library to link with.  To link
with a custom CBLAS, add the "--with-cblas=<lib>" argument to 
--configure-option,
e.g

    runhaskell Setup.lhs configure --configure-option="--with-cblas=<lib>"

To build this package from the repository, first run
    aclocal -I m4
    autoreconf