C# Class GenArt.Classes.Tools

Show file Open project: MattLloyd101/EvoLisa

Public Properties

Property Type Description
MaxHeight int
MaxPolygons int
MaxWidth int

Public Methods

Method Description
GetRandomNumber ( int min, int max ) : int
WillMutate ( int mutationRate ) : bool

Method Details

GetRandomNumber() public static method

public static GetRandomNumber ( int min, int max ) : int
min int
max int
return int

WillMutate() public static method

public static WillMutate ( int mutationRate ) : bool
mutationRate int
return bool

Property Details

MaxHeight public static property

public static int MaxHeight
return int

MaxPolygons public static property

public static int MaxPolygons
return int

MaxWidth public static property

public static int MaxWidth
return int