The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
random.h
Go to the documentation of this file.
1 
11 #pragma once
12 
13 #include <stdint.h>
14 
15 extern void random_lib_lp_init(void);
16 
17 extern double Random(void);
18 extern uint64_t RandomU64(void);
19 extern double Expent(double mean);
20 extern double Normal(void);
Normal
double Normal(void)
Definition: random.c:74
Expent
double Expent(double mean)
Definition: random.c:61