name: accelerate-random
version: 0.15.0.0
synopsis: Generate Accelerate arrays filled with high quality pseudorandom numbers
description:
Generate /Accelerate/ arrays filled with high-quality pseudorandom numbers.
.
Refer to the main /Accelerate/ package for more information:
<http://hackage.haskell.org/package/accelerate>
.
tested-with: GHC >= 7.8
license: BSD3
license-file: LICENSE
author: Trevor L. McDonell
maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au>
-- copyright:
category: Data
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
default-language: Haskell2010
exposed-modules:
Data.Array.Accelerate.System.Random.MWC
build-depends:
base >= 4.7 && < 4.9
, accelerate == 0.15.*
, mwc-random >= 0.8
Source-repository this
type: git
location: git://github.com/tmcdonell/accelerate-random.git
branch: release/0.15
tag: 0.15.0.0