BigInteger.ProbablePrime(Int32, Random) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un BigInteger positif qui est probablement premier, avec le bitLength spécifié.
[Android.Runtime.Register("probablePrime", "(ILjava/util/Random;)Ljava/math/BigInteger;", "")]
public static Java.Math.BigInteger ProbablePrime (int bitLength, Java.Util.Random rnd);
[<Android.Runtime.Register("probablePrime", "(ILjava/util/Random;)Ljava/math/BigInteger;", "")>]
static member ProbablePrime : int * Java.Util.Random -> Java.Math.BigInteger
Paramètres
- bitLength
- Int32
bitLength du BigInteger retourné.
- rnd
- Random
source de bits aléatoires utilisés pour sélectionner les candidats à tester pour la primalité.
Retours
Un BigInteger de bitLength
bits qui est probablement premier
- Attributs
Exceptions
si bitLength
.
Remarques
Documentation Java pour java.math.BigInteger.probablePrime(int, java.util.Random)
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.