C# Class RandomSeed, WorldMaker

Summary description for RandomSeed
Afficher le fichier Open project: SvenFrankson/WorldMaker Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Rand() public méthode

public Rand ( int i ) : float
i int
Résultat float

Rand() public méthode

public Rand ( int i, int j, int k, int d ) : float
i int
j int
k int
d int
Résultat float

RandomSeed() public méthode

public RandomSeed ( int seed ) : System.Collections
seed int
Résultat System.Collections