C# Class StopGuessingTests.Pseudorandom

ファイルを表示 Open project: Microsoft/StopGuessing Class Usage Examples

Public Methods

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

Method Details

GetString() public method

public GetString ( int length = 12 ) : string
length int
return string

Pseudorandom() public method

public Pseudorandom ( int seed = 42 ) : System
seed int
return System

Seed() public method

public Seed ( int seed ) : void
seed int
return void