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

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

No documentation provided.

Method Dune::XT::Common::DefaultRNG::operator()

template<class VectorType>
inline VectorType Dune::XT::Common::DefaultRNG<VectorType, true>::operator()()

No documentation provided.

Constructor Dune::XT::Common::DefaultRNG::DefaultRNG<VectorType, true>

template<>
template<class VectorType>
explicit Dune::XT::Common::DefaultRNG<VectorType, true>::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.

Field Dune::XT::Common::DefaultRNG::rngs_

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

No documentation provided.

Type alias Dune::XT::Common::DefaultRNG::T

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

No documentation provided.