Glauber Dynamics in C
Simulation for Glauber Dynamics written in C11
|
Test fixture used for testing update_rule instances. More...
Data Fields | |
graph * | g |
The graph on which to test the update rules. | |
pcg32_random_t | rng |
The preseeded RNG. | |
double | first_elements [10] |
First ten elements spawned by rng unif on [0,1) (using ldexp(random number, -32) as per the docs of pcg) | |
Test fixture used for testing update_rule instances.