Searched refs:randomRangePrime (Results 1 – 7 of 7) sorted by relevance
725 public static function randomRangePrime(BigInteger $min, BigInteger $max) function in phpseclib3\\Math\\BigInteger728 return new static($class::randomRangePrime($min->value, $max->value));
305 public static function randomRangePrime(PHP64 $min, PHP64 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
304 public static function randomRangePrime(PHP32 $min, PHP32 $max) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
501 return self::randomRangePrime($min, $x);513 public static function randomRangePrime(GMP $min, GMP $max) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
497 public static function randomRangePrime(BCMath $min, BCMath $max) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
798 return static::randomRangePrime($min, $max);
361 $primes[$i] = BigInteger::randomRangePrime($min, $max);