test-framework-0.3.1: Framework for running and organising tests, with HUnit and QuickCheck supportSource codeContentsIndex
Test.Framework.Seed
Synopsis
data Seed
= FixedSeed Int
| RandomSeed
newSeededStdGen :: Seed -> IO (StdGen, Int)
newStdGenWithKnownSeed :: IO (StdGen, Int)
Documentation
data Seed Source
Constructors
FixedSeed Int
RandomSeed
show/hide Instances
newSeededStdGen :: Seed -> IO (StdGen, Int)Source
Given a Seed, returns a new random number generator based on that seed and the actual numeric seed that was used to build that generator, so it can be recreated.
newStdGenWithKnownSeed :: IO (StdGen, Int)Source
Produced by Haddock version 2.4.2