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
A random number generator returning equally distributed big.Int values between 0 and n
(like rands Intn(int) method) would be nice and usefull.
Implementing them outside the big Package would be possible but since the relevant
fields of big.Int are private, there is no really elegant and efficient way to do this
as far as I can see.
And since these are very basic operations which may often be usefull when dealing with
"big" numbers it would be a good idea to have them provided by the standard
library anyway imho.
If you like this idea but don't have time to implement it yourself, just give me some
hints how you would like it to be structured, since I need to do it anyway.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: