![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
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) |
#define | random_init(rng_s, llid, seed) |
Xoroshiro RNG support functions.
Xoroshiro RNG support functions.
SPDX-FileCopyrightText: 2008-2021 D. Blackman and S. Vigna vigna @acm .org
Definition in file xoroshiro.h.
#define random_init | ( | rng_s, | |
llid, | |||
seed | |||
) |
Definition at line 33 of file xoroshiro.h.
#define random_u64 | ( | rng_s | ) |
Definition at line 17 of file xoroshiro.h.