C# Class Kirikiri.Tjs2.RandomGeneratorNI

Inheritance: NativeInstanceObject
ファイルを表示 Open project: fantasydr/krkr-cs

Public Methods

Method Description
Random ( ) : double
Random32 ( ) : int
Random63 ( ) : long
Random64 ( ) : long
RandomGeneratorNI ( ) : System.Text
Randomize ( Variant param ) : void
Serialize ( ) : Dispatch2
SetRandomBits128 ( RandomBits128 rbit128 ) : void

Method Details

Random() public method

public Random ( ) : double
return double

Random32() public method

public Random32 ( ) : int
return int

Random63() public method

public Random63 ( ) : long
return long

Random64() public method

public Random64 ( ) : long
return long

RandomGeneratorNI() public method

public RandomGeneratorNI ( ) : System.Text
return System.Text

Randomize() public method

public Randomize ( Variant param ) : void
param Variant
return void

Serialize() public method

public Serialize ( ) : Dispatch2
return Dispatch2

SetRandomBits128() public static method

public static SetRandomBits128 ( RandomBits128 rbit128 ) : void
rbit128 RandomBits128
return void