C# Class MZ.GeneticSimulation.Helpers.RandomProvider

The random provider.
Mostra file Open project: zzz77/GeneticSimulation Class Usage Examples

Public Methods

Method Description
GetThreadRandom ( ) : Random

Get thread-safe random instance.

Method Details

GetThreadRandom() public static method

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