gsl-random-0.1: GSL/Random/Gen.hs
-----------------------------------------------------------------------------
-- |
-- Module : GSL.Random.Gen
-- Copyright : Copyright (c) , Patrick Perry <patperry@stanford.edu>
-- License : BSD3
-- Maintainer : Patrick Perry <patperry@stanford.edu>
-- Stability : experimental
--
module GSL.Random.Gen (
module GSL.Random.Gen.Internal
) where
import GSL.Random.Gen.Internal hiding ( MkRNG )