Skip to content

Commit

Permalink
doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 3, 2024
1 parent 1937b52 commit 37660f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System/Random/Seed.hs
Expand Up @@ -76,6 +76,7 @@ import qualified System.Random.SplitMix32 as SM32
-- seedGen64 (x :| _) = OneByteGen (fromIntegral x)
-- unseedGen64 (OneByteGen x) = fromIntegral x :| []
-- :}
--
-- >>> unseedGen (OneByteGen 0x80)
-- Seed [0x80]
-- >>> unseedGen64 (OneByteGen 0x80)
Expand Down

0 comments on commit 37660f8

Please sign in to comment.