C# Класс Lucene.Net.RandomHelpers

Показать файл Открыть проект

Открытые методы

Метод Описание
nextBoolean ( this random ) : bool
nextFloat ( this random ) : float
nextInt ( this random ) : int
nextInt ( this random, int maxValue ) : int
nextLong ( this random ) : long

Описание методов

nextBoolean() публичный статический Метод

public static nextBoolean ( this random ) : bool
random this
Результат bool

nextFloat() публичный статический Метод

public static nextFloat ( this random ) : float
random this
Результат float

nextInt() публичный статический Метод

public static nextInt ( this random ) : int
random this
Результат int

nextInt() публичный статический Метод

public static nextInt ( this random, int maxValue ) : int
random this
maxValue int
Результат int

nextLong() публичный статический Метод

public static nextLong ( this random ) : long
random this
Результат long