Populates "this" with the specified amount of random bits

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public void genRandomBits(
	int bits,
	Random rand
)
Visual Basic
Public Sub genRandomBits ( 
	bits As Integer,
	rand As Random
)
Visual C++
public:
void genRandomBits(
	int bits, 
	Random^ rand
)
F#
member genRandomBits : 
        bits : int * 
        rand : Random -> unit 

Parameters

bits
Type: System..::..Int32
rand
Type: System..::..Random

See Also