Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
SeedNucleus Class Referenceabstract

#include "lib/random.hpp"

Description

Establishes a seed point for any instance or performance.

Definition at line 48 of file random.hpp.

Public Member Functions

virtual ~SeedNucleus ()
 this is an interface
 
virtual uint64_t getSeed ()=0
 

Constructor & Destructor Documentation

◆ ~SeedNucleus()

~SeedNucleus ( )
virtual

this is an interface

Definition at line 80 of file random.cpp.

Member Function Documentation

◆ getSeed()

virtual uint64_t getSeed ( )
pure virtual

Implemented in EntropyNucleus, EternalNucleus, RandomSequencer< GEN >::Seed, SuiteSeedNucleus, and DistinctNucleus.

Referenced by RandomSequencer< GEN >::reseed().

+ Here is the caller graph for this function:
+ Inheritance diagram for SeedNucleus:
+ Collaboration diagram for SeedNucleus:

The documentation for this class was generated from the following files: