C# Class RandomSeed, WorldMaker

Summary description for RandomSeed
Exibir arquivo Open project: SvenFrankson/WorldMaker Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Rand ( int i ) : float
Rand ( int i, int j, int k, int d ) : float
RandomSeed ( int seed ) : System.Collections

Method Details

Rand() public method

public Rand ( int i ) : float
i int
return float

Rand() public method

public Rand ( int i, int j, int k, int d ) : float
i int
j int
k int
d int
return float

RandomSeed() public method

public RandomSeed ( int seed ) : System.Collections
seed int
return System.Collections