Flow 1.0.2
Flow project: Public API.
|
Classes | |
class | flow::util::Rnd_gen_uniform_range_base |
Base class for Rnd_gen_uniform_range and Rnd_gen_uniform_range_mt for various aliases and similar, so template arguments need not be involved. More... | |
class | flow::util::Rnd_gen_uniform_range< range_t > |
Simple, non-thread-safe uniform-range random number generator. More... | |
class | flow::util::Rnd_gen_uniform_range_mt< range_t > |
Identical to Rnd_gen_uniform_range but safe for concurrent RNG given a single object. More... | |
Namespaces | |
namespace | flow |
Catch-all namespace for the Flow project: A collection of various production-quality modules written in modern C++17, originally by ygoldfel. | |
namespace | flow::util |
Flow module containing miscellaneous general-use facilities that don't fit into any other Flow module. | |