Skip to content

Commit

Permalink
Merge 6df4e89 into 2e0f3ae
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxGabriel committed Aug 26, 2020
2 parents 2e0f3ae + 6df4e89 commit 6aba111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Random.hs
Expand Up @@ -174,7 +174,7 @@ uniformR :: (RandomGen g, UniformRange a) => (a, a) -> g -> (a, g)
uniformR r g = runStateGen g (uniformRM r)

-- | Generates a 'ByteString' of the specified size using a pure pseudo-random
-- number generator. See 'uniformByteString' for the monadic version.
-- number generator. See 'uniformByteStringM' for the monadic version.
--
-- ====__Examples__
--
Expand Down

0 comments on commit 6aba111

Please sign in to comment.