C# 클래스 org.GraphDefined.Vanaheimr.Illias.RandomExtensions

Extension methods for System.Random.
파일 보기 프로젝트 열기: Vanaheimr/Illias

공개 메소드들

메소드 설명
GetBytes ( this Random, UInt16 NumberOfBytes ) : Byte[]

Get an array of random bytes.

GetString ( this Random, UInt16 Length ) : String

Get random string of the given length.

RandomString ( this Random, UInt16 Length ) : String

메소드 상세

GetBytes() 공개 정적인 메소드

Get an array of random bytes.
public static GetBytes ( this Random, UInt16 NumberOfBytes ) : Byte[]
Random this The source of randomness.
NumberOfBytes System.UInt16 The number of random bytes to genrate.
리턴 Byte[]

GetString() 공개 정적인 메소드

Get random string of the given length.
public static GetString ( this Random, UInt16 Length ) : String
Random this The source of randomness.
Length System.UInt16 The the length of the string.
리턴 String

RandomString() 공개 정적인 메소드

public static RandomString ( this Random, UInt16 Length ) : String
Random this
Length System.UInt16
리턴 String