moffy-samples-events-0.1.0.0: src/Control/Moffy/Samples/Event/Random.hs
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Control.Moffy.Samples.Event.Random (
-- * Type
RandomEv,
-- * Get Random
getRandom, getRandomR ) where
import Control.Moffy.Samples.Event.Random.Internal (RandomEv, getRandom, getRandomR)