Skip to content

Commit

Permalink
Update src/System/Random.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Leonhard Markert <[email protected]>
  • Loading branch information
lehins and curiousleo authored Sep 11, 2021
1 parent 62b3d75 commit 758afba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Random.hs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ genByteString n g = runStateGenST g (uniformByteStringM n)

-- | The class of types for which random values can be generated. Most
-- instances of `Random` will produce values that are uniformly distributed on the full
-- range, but for those types that such range cannot be determined some sensible default
-- range, but for those types without a well-defined "full range" some sensible default
-- subrange will be selected.
--
-- 'Random' exists primarily for backwards compatibility with version 1.1 of
Expand Down

0 comments on commit 758afba

Please sign in to comment.