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

template<class VectorType>
class Dune::XT::Common::DefaultRNG

No documentation provided.

inline VectorType Dune::XT::Common::DefaultRNG::operator()()

No documentation provided.

template<>
Dune::XT::Common::DefaultRNG::DefaultRNG<VectorType, true>(VectorType min_vec = VectorAbstraction<VectorType>::create(VectorAbstraction<VectorType>::has_static_size ? VectorAbstraction<VectorType>::static_size : 1, std::numeric_limits<T>::min()), VectorType max_vec = VectorAbstraction<VectorType>::create(VectorAbstraction<VectorType>::has_static_size ? VectorAbstraction<VectorType>::static_size : 1, std::numeric_limits<T>::max()), std::random_device::result_type seed = std::random_device()())

No documentation provided.

int Dune::XT::Common::DefaultRNG::rngs_

No documentation provided.

type Dune::XT::Common::DefaultRNG::T

No documentation provided.