faheel / BigInt

Arbitrary-sized integer class for C++
https://faheel.github.io/BigInt
MIT License
390 stars 132 forks source link

Add range-specified random BigInt functions #42

Closed morgando closed 2 years ago

morgando commented 5 years ago

Wrote functions to generate BigInts when given min/max range values (BigInt, string, and long long). Wrote and ran some tests to check for desired behavior.