GKARC4RandomSource.DropValues(nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Discards count
values. (See remarks).
[Foundation.Export("dropValuesWithCount:")]
public virtual void DropValues (nuint count);
abstract member DropValues : nuint -> unit
override this.DropValues : nuint -> unit
Parameters
- count
- System.System.UIntPtr System.unativeint
The number of values to discard.
- Attributes
Remarks
GKARC4RandomSource objects are generally good random sources, but may be predicted by analyzing the first 768 values generated. To avoid such possibilities, call DropValues(nuint) with a value of 768 or greater.