C# 클래스 Lucene.Net.RandomHelpers

파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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