ROOT-Sim core
3.0.0-rc.2
A General-Purpose Multi-threaded Parallel/Distributed Simulation Library
|
Xoroshiro RNG support functions. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | rotl(x, k) (((x) << (k)) | ((x) >> (64 - (k)))) |
#define | random_u64(rng_s) |
Xoroshiro RNG support functions.
Xoroshiro RNG support functions.
#define random_u64 | ( | rng_s | ) |