Table of Contents

Class XorSimdRandom

Namespace
Backdash.Synchronizing.Random
Assembly
Backdash.dll

XOR Simd random number generators (shift-register generators) implementation IDeterministicRandom

public sealed class XorSimdRandom : IDeterministicRandom
Inheritance
XorSimdRandom
Implements
Inherited Members

Constructors

XorSimdRandom()

public XorSimdRandom()

Methods

Next()

Returns a random unsigned integer.

public uint Next()

Returns

uint

UpdateSeed(int, int)

Updates the seed for the current random instance

public void UpdateSeed(int newState, int extraState = 0)

Parameters

newState int
extraState int