random-fu-0.3.0.1: Random number generation
Safe HaskellNone
LanguageHaskell2010

Data.Random.Distribution.StretchedExponential

Documentation

floatingStretchedExponential :: forall a (m :: Type -> Type). (Floating a, Distribution StdUniform a) => a -> a -> RVarT m a Source #

stretchedExponentialT :: forall a (m :: Type -> Type). Distribution StretchedExponential a => a -> a -> RVarT m a Source #