C# Class leveldb.Random

Afficher le fichier Open project: kjk/leveldb-sharp

Méthodes publiques

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

Method Details

Next() public méthode

public Next ( ) : UInt32
Résultat System.UInt32

OneIn() public méthode

public OneIn ( int n ) : bool
n int
Résultat bool

Random() public méthode

public Random ( UInt32 s ) : System
s System.UInt32
Résultat System

Skewed() public méthode

public Skewed ( int max_log ) : UInt32
max_log int
Résultat System.UInt32

Uniform() public méthode

public Uniform ( int n ) : UInt32
n int
Résultat System.UInt32