C# Class Minecraft.JavaRandom

Datei anzeigen Open project: mblaine/BiomePainter

Public Methods

Method Description
JavaRandom ( ) : System
JavaRandom ( System.Int64 s ) : System
nextBoolean ( ) : bool
nextBytes ( byte bytes ) : void
nextDouble ( ) : double
nextFloat ( ) : float
nextGaussian ( ) : double
nextInt ( ) : Int32
nextInt ( Int32 n ) : Int32
nextLong ( ) : System.Int64
setSeed ( System.Int64 s ) : void

Protected Methods

Method Description
next ( Int32 bits ) : Int32

Method Details

JavaRandom() public method

public JavaRandom ( ) : System
return System

JavaRandom() public method

public JavaRandom ( System.Int64 s ) : System
s System.Int64
return System

next() protected method

protected next ( Int32 bits ) : Int32
bits System.Int32
return System.Int32

nextBoolean() public method

public nextBoolean ( ) : bool
return bool

nextBytes() public method

public nextBytes ( byte bytes ) : void
bytes 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 ( ) : Int32
return System.Int32

nextInt() public method

public nextInt ( Int32 n ) : Int32
n System.Int32
return System.Int32

nextLong() public method

public nextLong ( ) : System.Int64
return System.Int64

setSeed() public method

public setSeed ( System.Int64 s ) : void
s System.Int64
return void