Skip to content

Commit

Permalink
Fix section include
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousleo committed May 7, 2020
1 parent 4ad8a86 commit 07016de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Random.hs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import qualified System.Random.SplitMix as SM
-- <https://hackage.haskell.org/package/splitmix splitmix> package.
-- Programmers may, of course, supply their own instances of 'RandomGen'.
--
-- $ usagepure
-- $usagepure
--
-- In pure code, use 'uniform' and 'uniformR' to generate pseudo-random values
-- with a pure pseudo-random number generator like 'StdGen'.
Expand Down

0 comments on commit 07016de

Please sign in to comment.