1 #ifndef COMPONENTS_SAMPLERS_MERSENNETWISTER_HPP 2 #define COMPONENTS_SAMPLERS_MERSENNETWISTER_HPP 26 float getSample(::std::uint32_t sample)
final;
30 #endif //COMPONENTS_SAMPLERS_MERSENNETWISTER_HPP Definition: Orthographic.hpp:6
MersenneTwister()=default
~MersenneTwister() final=default
Definition: Sampler.hpp:13
float getSample()
Definition: Sampler.cpp:44
MersenneTwister & operator=(const MersenneTwister &random)=delete
Definition: MersenneTwister.hpp:12