Skip to content

Commit

Permalink
Start switching to new random
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Feb 12, 2020
1 parent 06d9b3b commit 928b9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/System/Random/SplitMix.hs
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,8 @@ mkSeedTime = do
instance R.RandomGen SMGen where
next = nextInt
split = splitSMGen
nextWord32 = nextWord32
nextWord64 = nextWord64
nextFloat = nextFloat
nextDouble = nextDouble
#endif

0 comments on commit 928b9a1

Please sign in to comment.