Class for generating random numbers. More...
#include <random>#include <iostream>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | Random< T > |
Class for generating random numbers.
Generate object for creating random numbers for rejection sampling. Currently only for Gaussian beams, but want to include Poisson disk sampling too. If called empty, generate a random seed to use, which can be retrieved. If called with seed, use that seed.