module HROOT.Class.TRandom
  (
    TRandom(..)
  , ITRandom(..)
  , upcastTRandom
  , newTRandom 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TRandom.RawType
import HROOT.Class.TRandom.Interface
import HROOT.Class.TRandom.Implementation