A Genetic Programming Framework for .NET
GPEngine.RandomNumber Property
Gets or sets the
Random
instance for this
run
.
protected
System.Random
RandomNumber {get; set;}
Exceptions
Exception Type
Condition
ArgumentNullException
Thrown when
value
is
null
.
See Also
GPEngine Class
|
GeneticProgrammingEngine Namespace