real-dice-0.1.0.0: src/RealDice/Manipulate.hs
-- | 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