SUNphi  1.0
MasterRandomGenerator.hpp File Reference

Master random generator, used to start streams. More...

Go to the source code of this file.

Classes

class  SUNphi::MasterRandomGenerator
 Master random generator. More...
 

Typedefs

using SUNphi::_MasterRandomGenerator = std::mt19937_64
 Inner generator used.
 

Detailed Description

Master random generator, used to start streams.

This random generator is expected to be used few times, so we don't care using a slow one not supporting big skip

Definition in file MasterRandomGenerator.hpp.