Class template Dune::XT::Common::DefaultRNG¶
-
template<class T, bool = is_vector<T>::value>
class Dune::XT::Common::DefaultRNG<T, bool>¶ defaultrng with choice of uniform distribution and stl’s default random engine based on T and its numeric_limits
Constructor Dune::XT::Common::DefaultRNG::DefaultRNG<T, value-parameter-0-1>¶
-
template<>
template<class T, bool = is_vector<T>::value>
explicit Dune::XT::Common::DefaultRNG<T, bool>::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.