----------------------------------------------------------------------------- -- | -- Module : GSL.Random.Gen -- Copyright : Copyright (c) , Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- -- Random number generators. module GSL.Random.Gen ( module GSL.Random.Gen.Internal ) where import GSL.Random.Gen.Internal hiding ( MkRNG )