#include <histogram.hpp>
◆ Histogram()
◆ evaluate()
auto openscenario_interpreter::syntax::Histogram::evaluate |
( |
| ) |
-> Object |
◆ bin_adaptor
◆ bins
const std::list<HistogramBin> openscenario_interpreter::syntax::Histogram::bins |
Note: HistogramBin must be stored in continuous range and ascending order, to bins
◆ distribute
std::piecewise_constant_distribution<Double::value_type> openscenario_interpreter::syntax::Histogram::distribute |
◆ random_engine
std::mt19937 openscenario_interpreter::syntax::Histogram::random_engine |
The documentation for this struct was generated from the following files:
- openscenario/openscenario_interpreter/include/openscenario_interpreter/syntax/histogram.hpp
- openscenario/openscenario_interpreter/src/syntax/histogram.cpp