Random number generator for crossover and mutation points selection.

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
protected static ThreadSafeRandom rand

Remarks

This random number generator is used to select crossover and mutation points.

See Also