  | GlobalRandomGeneratorBytes Method (Int32) | 
  
    Namespace: 
   WhetStone.Random
    Assembly:
   WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic override byte[] Bytes(
	int length
)
Parameters
- length
 - Type: SystemInt32
The length of the resultant array. 
Return Value
Type: 
ByteA new 
Array full of random 
Bytes.
See Also