C# Class Lucene.Net.RandomHelpers

Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Méthode Description
nextBoolean ( this random ) : bool
nextFloat ( this random ) : float
nextInt ( this random ) : int
nextInt ( this random, int maxValue ) : int
nextLong ( this random ) : long

Method Details

nextBoolean() public static méthode

public static nextBoolean ( this random ) : bool
random this
Résultat bool

nextFloat() public static méthode

public static nextFloat ( this random ) : float
random this
Résultat float

nextInt() public static méthode

public static nextInt ( this random ) : int
random this
Résultat int

nextInt() public static méthode

public static nextInt ( this random, int maxValue ) : int
random this
maxValue int
Résultat int

nextLong() public static méthode

public static nextLong ( this random ) : long
random this
Résultat long