C# 클래스 PlotMyFace.RandomProvider

파일 보기 프로젝트 열기: ms-iot/plotmyface

공개 메소드들

메소드 설명
FullyRandomizeLocations ( Location locations ) : void
GetRandomDestinations ( int count ) : PlotMyFace.Location[]
GetRandomValue ( int limit ) : int
MutateRandomLocations ( Location locations ) : void

비공개 메소드들

메소드 설명
_CrossOver ( Location locations1, Location locations2, bool mutateFailedCrossovers ) : void

메소드 상세

FullyRandomizeLocations() 공개 정적인 메소드

public static FullyRandomizeLocations ( Location locations ) : void
locations Location
리턴 void

GetRandomDestinations() 공개 정적인 메소드

public static GetRandomDestinations ( int count ) : PlotMyFace.Location[]
count int
리턴 PlotMyFace.Location[]

GetRandomValue() 공개 정적인 메소드

public static GetRandomValue ( int limit ) : int
limit int
리턴 int

MutateRandomLocations() 공개 정적인 메소드

public static MutateRandomLocations ( Location locations ) : void
locations Location
리턴 void