random_generator_names_list()
AtomDiag()
RandomGenerator
#include <itertools.hpp>
Synopsis
template<typename F> void foreach (range const & r, F && f)
Apply a function f to every element of an integer range
r The range to apply the function to f The function to apply
r The range to apply the function to
f The function to apply