-- | This module re-exports functions used to manipulate RNG tables and
--   other lists of data
module RealDice.Manipulate
  ( module RealDice.Manipulate.GetValueFromRNGTable,
    module RealDice.Manipulate.RandomizeList,
  )
where

import RealDice.Manipulate.GetValueFromRNGTable
import RealDice.Manipulate.RandomizeList