Click or drag to resize

RandomGeneratorBytes Method

Namespace:  WhetStone.Random
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public virtual IEnumerable<byte> Bytes()

Return Value

Type: IEnumerableByte
A new IEnumerableT full of random Bytes.
Remarks
See Also