C# Class spaceconquest.CommonRNG

显示文件 Open project: cclay/spaceconquest

Public Properties

Property Type Description
rand System.Random

Public Methods

Method Description
getRandom ( System.Int64 seed ) : System.Int64
resetSeed ( ) : void

Method Details

getRandom() public static method

public static getRandom ( System.Int64 seed ) : System.Int64
seed System.Int64
return System.Int64

resetSeed() public static method

public static resetSeed ( ) : void
return void

Property Details

rand public_oe static_oe property

public static Random,System rand
return System.Random