NextBigInteger(Random, BigInteger, Boolean) | Returns a non-negative random BigInteger that is within the specified maximum. To generate a random n-byte integer use the SampleBigInteger method instead. |
NextBigInteger(Random, BigInteger, BigInteger, Boolean) | Returns a random BigInteger value that is within a specified range. To generate a random n-byte integer use the SampleBigInteger method instead. |