brainevent.PallasLFSRRNG

Contents

brainevent.PallasLFSRRNG#

brainevent.PallasLFSRRNG(seed)[source]#

Factory: create a Pallas RNG instance using the globally configured algorithm.

Parameters:

seed (int) – Integer seed for the RNG.

Returns:

An instance of the appropriate Pallas LFSR RNG class.

Return type:

LFSRBase