test-framework-0.3.2: Framework for running and organising tests, with HUnit and QuickCheck support
Source code
Contents
Index
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
Instances
Read
Seed
Show
Seed
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