![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Implementation of a high-quality Random Number generator. More...
#include "Random.h"
#include <climits>
#include <cstdint>
#include <thread>
#include <random>
#include "Utils.hpp"
Namespaces | |
Utils | |
A set of useful method and class. | |
Functions | |
static std::uint64_t | Utils::splitmix64 (std::uint64_t z) |
Implementation of a high-quality Random Number generator.