Skip to content

Commit

Permalink
Update ABI.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrieco-tob authored Apr 1, 2023
1 parent ef0e737 commit 0ee2135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/ABI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ getRandomUint n =
[ (getRandomR (0, 1023), 1)
, (getRandomR (0, 2 ^ n - 5), 8)
, (getRandomR (2 ^ n - 5, 2 ^ n - 1), 1)
, (getRandomPow (n - 5), 4)
, (getRandomPow (n - 5), 1)
]

getRandomInt :: MonadRandom m => Int -> m Integer
Expand Down

0 comments on commit 0ee2135

Please sign in to comment.