Declares the global pseudorandom number generator (PRNG) for NFD. More...
#include <random>
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Functions | |
std::mt19937 & | nfd::getGlobalRng () |
Declares the global pseudorandom number generator (PRNG) for NFD.
All random numbers generated by NFD should use this global generator, so that it can be properly seeded when necessary.
Definition in file random.hpp.