Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
leveldb
Random
C# Class leveldb.Random
Mostrar archivo
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