@steiltre @bwpriest @LFletch1
What are you're thoughts on making a ygm::random that helps initialize distributed STD RNGs from a common base seed?
It could be templated by the RNG engine, defaulting to std::default_random_engine.
Base seed, or single random device value, then apply some deterministic rank offset mechanism.
Helper functions for pulling out the common distribution types we use.