Click or drag to resize

GlobalRandomGeneratorBytes Method (Int32)

Generate random Bytes in an Array.

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public override byte[] Bytes(
	int length
)

Parameters

length
Type: SystemInt32
The length of the resultant array.

Return Value

Type: Byte
A new Array full of random Bytes.
See Also