-- | Reexport of "Generic.Random", for backwards-compatibility.

module Generic.Random.Generic
       {-# DEPRECATED "Use Generic.Random instead" #-}
       ( module Generic.Random ) where

import Generic.Random