C# Class MZ.GeneticSimulation.Helpers.RandomProvider

The random provider.
Afficher le fichier Open project: zzz77/GeneticSimulation Class Usage Examples

Méthodes publiques

Méthode Description
GetThreadRandom ( ) : Random

Get thread-safe random instance.

Method Details

GetThreadRandom() public static méthode

Get thread-safe random instance.
public static GetThreadRandom ( ) : Random
Résultat System.Random