Method | Description | |
---|---|---|
NextBatch ( ulong buffer, int index, int count ) : void |
Generates a batch of random numbers.
|
|
XorshiftRandomBatchGenerator ( ulong seed ) : System.Diagnostics.CodeAnalysis |
Initializes a new instance of the XorshiftRandomBatchGenerator class.
|
public NextBatch ( ulong buffer, int index, int count ) : void | ||
buffer | ulong | Buffer to put numbers in. |
index | int | Start index in the buffer. |
count | int | Count of random numbers to generate. |
return | void |
public XorshiftRandomBatchGenerator ( ulong seed ) : System.Diagnostics.CodeAnalysis | ||
seed | ulong | Random generator seed value. |
return | System.Diagnostics.CodeAnalysis |