C# Class RandomOps.Ran2.Iterator

显示文件 Open project: DanWBR/dwsim3

Public Methods

Method Description
DoRand ( ) : Int32
Iterator ( Int32 im, Int32 ia, Int32 iq, Int32 ir ) : System
Seed ( Int32 seed ) : void

Method Details

DoRand() public method

public DoRand ( ) : Int32
return System.Int32

Iterator() public method

public Iterator ( Int32 im, Int32 ia, Int32 iq, Int32 ir ) : System
im System.Int32
ia System.Int32
iq System.Int32
ir System.Int32
return System

Seed() public method

public Seed ( Int32 seed ) : void
seed System.Int32
return void