C# 클래스 Kirikiri.Tjs2.RandomGeneratorNI

상속: NativeInstanceObject
파일 보기 프로젝트 열기: fantasydr/krkr-cs

공개 메소드들

메소드 설명
Random ( ) : double
Random32 ( ) : int
Random63 ( ) : long
Random64 ( ) : long
RandomGeneratorNI ( ) : System.Text
Randomize ( Variant param ) : void
Serialize ( ) : Dispatch2
SetRandomBits128 ( RandomBits128 rbit128 ) : void

메소드 상세

Random() 공개 메소드

public Random ( ) : double
리턴 double

Random32() 공개 메소드

public Random32 ( ) : int
리턴 int

Random63() 공개 메소드

public Random63 ( ) : long
리턴 long

Random64() 공개 메소드

public Random64 ( ) : long
리턴 long

RandomGeneratorNI() 공개 메소드

public RandomGeneratorNI ( ) : System.Text
리턴 System.Text

Randomize() 공개 메소드

public Randomize ( Variant param ) : void
param Variant
리턴 void

Serialize() 공개 메소드

public Serialize ( ) : Dispatch2
리턴 Dispatch2

SetRandomBits128() 공개 정적인 메소드

public static SetRandomBits128 ( RandomBits128 rbit128 ) : void
rbit128 RandomBits128
리턴 void