C# Class ProceduralGeneration.Random_help, ThreeDWorld

ファイルを表示 Open project: dicarlolab/ThreeDWorld

Public Properties

Property Type Description
_rand System.Random

Public Methods

Method Description
Next_Gaussian ( float mean, float stdDev ) : float
Random_help ( int rand_seed ) : System

Method Details

Next_Gaussian() public method

public Next_Gaussian ( float mean, float stdDev ) : float
mean float
stdDev float
return float

Random_help() public method

public Random_help ( int rand_seed ) : System
rand_seed int
return System

Property Details

_rand public_oe property

public Random,System _rand
return System.Random