C# Class leveldb.Random

显示文件 Open project: kjk/leveldb-sharp

Public Methods

Method Description
Next ( ) : UInt32
OneIn ( int n ) : bool
Random ( UInt32 s ) : System
Skewed ( int max_log ) : UInt32
Uniform ( int n ) : UInt32

Method Details

Next() public method

public Next ( ) : UInt32
return System.UInt32

OneIn() public method

public OneIn ( int n ) : bool
n int
return bool

Random() public method

public Random ( UInt32 s ) : System
s System.UInt32
return System

Skewed() public method

public Skewed ( int max_log ) : UInt32
max_log int
return System.UInt32

Uniform() public method

public Uniform ( int n ) : UInt32
n int
return System.UInt32