Sorry, OP indeed requires a random int
value, but for the simple purpose to share knowledge if you want a random BigInteger
value you can use following statement:
BigInteger randomVal = BigInteger.Abs(BigInteger.Parse(Guid.NewGuid().ToString().Replace("-",""), NumberStyles.AllowHexSpecifier));