#include "guid.h"
#include "quick_rng.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <ETL/stringf>
#include <functional>
#include <time.h>
Namespaces | |
namespace | __gnu_cxx |
Defines | |
#define | HASH_MAP_H <ext/hash_map> |
#define | SUBTRACT_RNG_H <ext/functional> |
#define | MANUAL_GUID_CALC |
#define | GUID_RNG quick_rng |
Functions | |
static void | _set_up_rand_long_long (uint64_t &x) |
static void | _get_rand_long_long (uint64_t &x) |
Variables | |
static GUID_RNG | _a |
static GUID_RNG | _b |
static void(* | get_rand_long_long )(uint64_t &) = _set_up_rand_long_long |
#define HASH_MAP_H <ext/hash_map> |
#define SUBTRACT_RNG_H <ext/functional> |
#define MANUAL_GUID_CALC |
#define GUID_RNG quick_rng |
static void _set_up_rand_long_long | ( | uint64_t & | x | ) | [static] |
static void _get_rand_long_long | ( | uint64_t & | x | ) | [static] |
GUID_RNG _a [static] |
GUID_RNG _b [static] |
void(* get_rand_long_long)(uint64_t &) = _set_up_rand_long_long [static] |