C# 클래스 MZ.GeneticSimulation.Helpers.RandomProvider

The random provider.
파일 보기 프로젝트 열기: zzz77/GeneticSimulation 1 사용 예제들

공개 메소드들

메소드 설명
GetThreadRandom ( ) : Random

Get thread-safe random instance.

메소드 상세

GetThreadRandom() 공개 정적인 메소드

Get thread-safe random instance.
public static GetThreadRandom ( ) : Random
리턴 System.Random