C# Class StopGuessingTests.Pseudorandom

Afficher le fichier Open project: Microsoft/StopGuessing Class Usage Examples

Méthodes publiques

Méthode Description
GetString ( int length = 12 ) : string
Pseudorandom ( int seed = 42 ) : System
Seed ( int seed ) : void

Method Details

GetString() public méthode

public GetString ( int length = 12 ) : string
length int
Résultat string

Pseudorandom() public méthode

public Pseudorandom ( int seed = 42 ) : System
seed int
Résultat System

Seed() public méthode

public Seed ( int seed ) : void
seed int
Résultat void