Function entropy_source
Summary
#include "breeze/random/entropy_source.hpp"
(1) entropy_source(entropy_source const &)=delete
(2) entropy_source()
Function overload
Synopsis
#include "breeze/random/entropy_source.hpp"
entropy_source(entropy_source const &)=delete
Description
Deleted copy constructor.
Source
Line 56 in breeze/random/entropy_source.hpp.
Synopsis
#include "breeze/random/entropy_source.hpp"
entropy_source()
Description
Acquires the resource(s) necessary to generate random numbers.
- Exceptions
- May throw an
entropy_source::exception
or astd::bad_alloc
.
Source
Line 91 in breeze/random/entropy_source.hpp.