You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If integer-gmp is available, one can fill a random bytearray and invoke importIntegerFromByteArray.
The idea is that this could be a faster way to generate a random Integer when integer-gmp is used. The PR should come with benchmark results showing this.
The text was updated successfully, but these errors were encountered:
haskell#62 (comment):
The idea is that this could be a faster way to generate a random
Integer
wheninteger-gmp
is used. The PR should come with benchmark results showing this.The text was updated successfully, but these errors were encountered: