EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RandomNumbers.hpp File Reference
#include "ActsExamples/Framework/AlgorithmContext.hpp"
#include <cstdint>
#include <random>
+ Include dependency graph for RandomNumbers.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ActsExamples::RandomNumbers
 < Mersenne Twister More...
 
struct  ActsExamples::RandomNumbers::Config
 

Namespaces

namespace  ActsExamples
 

Typedefs

using ActsExamples::RandomEngine = std::mt19937
 The random number generator used in the framework.