C# 클래스 StopGuessingTests.Pseudorandom

파일 보기 프로젝트 열기: Microsoft/StopGuessing 1 사용 예제들

공개 메소드들

메소드 설명
GetString ( int length = 12 ) : string
Pseudorandom ( int seed = 42 ) : System
Seed ( int seed ) : void

메소드 상세

GetString() 공개 메소드

public GetString ( int length = 12 ) : string
length int
리턴 string

Pseudorandom() 공개 메소드

public Pseudorandom ( int seed = 42 ) : System
seed int
리턴 System

Seed() 공개 메소드

public Seed ( int seed ) : void
seed int
리턴 void