Declares the global pseudorandom number generator (PRNG) for NFD. More...
#include <random>
Go to the source code of this file.
Namespaces | |
nfd | |
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St. | |
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.