Please define:
instance Arbitrary StdGen where
arbitrary = undefined
shrink = undefined
Why is this not defined in the standard library? Are there some pitfalls I should avoid, is it even possible?
Please define:
instance Arbitrary StdGen where
arbitrary = undefined
shrink = undefined
Why is this not defined in the standard library? Are there some pitfalls I should avoid, is it even possible?