C# Класс org.GraphDefined.Vanaheimr.Illias.RandomExtensions

Extension methods for System.Random.
Показать файл Открыть проект

Открытые методы

Метод Описание
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