C# Класс HermaFx.RandomExtensions

Показать файл Открыть проект

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

Метод Описание
NextBytes ( this @this, int length ) : byte[]

Returns an array of random bytes of 'length' size.

Описание методов

NextBytes() публичный статический Метод

Returns an array of random bytes of 'length' size.
@this
public static NextBytes ( this @this, int length ) : byte[]
@this this
length int The length.
Результат byte[]