Property | Type | Description | |
---|---|---|---|
Rnd |
Method | Description | |
---|---|---|
BitsNeeded ( int value ) : int | ||
Decode ( int symbolList, int bitCount ) : int | ||
Encode ( int integerSymbol, int bitCount ) : int[] | ||
FloatCompare ( double a, double b, double delta = 1e-5 ) : bool | ||
Log1P ( double x ) : double | ||
LogBase2 ( int value ) : int | ||
MyToDouble ( string s ) : double | ||
ProbabilisticDecision ( double limit ) : bool | ||
RandomDouble ( double min, double max ) : double | ||
RandomElement ( int a ) : int |
public static Decode ( int symbolList, int bitCount ) : int | ||
symbolList | int | |
bitCount | int | |
return | int |
public static Encode ( int integerSymbol, int bitCount ) : int[] | ||
integerSymbol | int | |
bitCount | int | |
return | int[] |
public static FloatCompare ( double a, double b, double delta = 1e-5 ) : bool | ||
a | double | |
b | double | |
delta | double | |
return | bool |
public static MyToDouble ( string s ) : double | ||
s | string | |
return | double |
public static ProbabilisticDecision ( double limit ) : bool | ||
limit | double | |
return | bool |
public static RandomDouble ( double min, double max ) : double | ||
min | double | |
max | double | |
return | double |