C# Class java.util.Random

Inheritance: global::java.lang.Object, global::java.io.Serializable
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
Random ( long arg0 )
nextBoolean ( ) : bool
nextBytes ( byte arg0 ) : void
nextDouble ( ) : double
nextFloat ( ) : float
nextGaussian ( ) : double
nextInt ( ) : int
nextInt ( int arg0 ) : int
nextLong ( ) : long
setSeed ( long arg0 ) : void

Protected Methods

Method Description
Random ( global @__env )
next ( int arg0 ) : int

Private Methods

Method Description
Random ( )

Method Details

Random() protected method

protected Random ( global @__env )
@__env global

Random() public method

public Random ( long arg0 )
arg0 long

next() protected method

protected next ( int arg0 ) : int
arg0 int
return int

nextBoolean() public method

public nextBoolean ( ) : bool
return bool

nextBytes() public method

public nextBytes ( byte arg0 ) : void
arg0 byte
return void

nextDouble() public method

public nextDouble ( ) : double
return double

nextFloat() public method

public nextFloat ( ) : float
return float

nextGaussian() public method

public nextGaussian ( ) : double
return double

nextInt() public method

public nextInt ( ) : int
return int

nextInt() public method

public nextInt ( int arg0 ) : int
arg0 int
return int

nextLong() public method

public nextLong ( ) : long
return long

setSeed() public method

public setSeed ( long arg0 ) : void
arg0 long
return void