C# Class HermaFx.RandomExtensions

显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
NextBytes ( this @this, int length ) : byte[]

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

Method Details

NextBytes() public static method

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