OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::any_random_engine< Result > Class Template Reference

Type-erasing reference for standard random engine types. More...

#include <eagine/any_random_engine.hpp>

Public Types

using result_type = Result
 Alias for the engine result type.
 

Public Member Functions

template<typename Engine >
 any_random_engine (Engine &engine) noexcept
 Constructor initializing reference to the actual engine.
 
auto min () const noexcept -> result_type
 The minimal result value.
 
auto max () const noexcept -> result_type
 The maximal result value.
 

Detailed Description

template<typename Result>
class eagine::any_random_engine< Result >

Type-erasing reference for standard random engine types.


The documentation for this class was generated from the following file:

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).