C# 클래스 ProceduralGeneration.Random_help, ThreeDWorld

파일 보기 프로젝트 열기: dicarlolab/ThreeDWorld

공개 프로퍼티들

프로퍼티 타입 설명
_rand System.Random

공개 메소드들

메소드 설명
Next_Gaussian ( float mean, float stdDev ) : float
Random_help ( int rand_seed ) : System

메소드 상세

Next_Gaussian() 공개 메소드

public Next_Gaussian ( float mean, float stdDev ) : float
mean float
stdDev float
리턴 float

Random_help() 공개 메소드

public Random_help ( int rand_seed ) : System
rand_seed int
리턴 System

프로퍼티 상세

_rand 공개적으로 프로퍼티

public Random,System _rand
리턴 System.Random