Definition in file shuffledrand.h.
#include <cassert>
#include <cmath>
#include <stdlib.h>
Include dependency graph for shuffledrand.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ShuffledRandom |
Routine inspired by examples in "Numerical Recipes" with an extra shuffling of random numbers to avoid sequential correlations. More... | |
Functions | |
double | shuffled_rand () |
Shortcut for typical usage of shuffled. | |
void | shuffled_rand_reset (long int new_seed=ShuffledRandom< double >::default_seed) |
Reset the stream of values returned by shuffled. |