C# Class ProceduralGeneration.Random_help, ThreeDWorld

Afficher le fichier Open project: dicarlolab/ThreeDWorld

Méthodes publiques

Свойство Type Description
_rand System.Random

Méthodes publiques

Méthode Description
Next_Gaussian ( float mean, float stdDev ) : float
Random_help ( int rand_seed ) : System

Method Details

Next_Gaussian() public méthode

public Next_Gaussian ( float mean, float stdDev ) : float
mean float
stdDev float
Résultat float

Random_help() public méthode

public Random_help ( int rand_seed ) : System
rand_seed int
Résultat System

Property Details

_rand public_oe property

public Random,System _rand
Résultat System.Random