C# Class HermaFx.RandomExtensions

Afficher le fichier Open project: evicertia/HermaFx

Méthodes publiques

Méthode Description
NextBytes ( this @this, int length ) : byte[]

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

Method Details

NextBytes() public static méthode

Returns an array of random bytes of 'length' size.
@this
public static NextBytes ( this @this, int length ) : byte[]
@this this
length int The length.
Résultat byte[]