#include "marvin/library/marvin_Concepts.h"
#include "marvin/utils/marvin_Range.h"
#include <random>
Go to the source code of this file.
Classes | |
class | marvin::utils::RandomGenerator< Engine > |
A class for (pseudo) random number generation. More... | |
Namespaces | |
namespace | marvin |
A mostly harmless top-level namespace. | |
namespace | marvin::utils |
Utility helper functions and classes. | |
Typedefs | |
using | marvin::utils::Random = RandomGenerator<std::mt19937> |