Random number generator for int32, int64, double and ascii arrays. More...
#include <Common/Compat.h>
#include "Random.h"
#include <cassert>
#include <mutex>
#include <random>
Go to the source code of this file.
Macros | |
#define | THREAD_LOCAL thread_local |
#define | LOCK_GLOBAL_MUTEX(m) (void)m |
Random number generator for int32, int64, double and ascii arrays.
Definition in file Random.cc.