Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/System/Random/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ splitMutableGenM = splitGenM >=> thawGen
-- @since 1.3.0
uniformByteArray ::
RandomGen g
=> Bool -- ^ Should byte array be allocted in pinned or unpinned memory.
=> Bool -- ^ Should byte array be allocated in pinned or unpinned memory.
-> Int -- ^ Number of bytes to generate
-> g -- ^ Pure pseudo-random numer generator
-> (ByteArray, g)
Expand Down