Class template Dune::XT::Common::DefaultRNG

template<class T, bool = is_vector<T>::value>
class Dune::XT::Common::DefaultRNG

defaultrng with choice of uniform distribution and stl’s default random engine based on T and its numeric_limits

template<>
explicit Dune::XT::Common::DefaultRNG::DefaultRNG<T, value - parameter - 0 - 1>(T min = std::numeric_limits<T>::min(), T max = std::numeric_limits<T>::max(), std::random_device::result_type seed = std::random_device()())

No documentation provided.