MayaFlux
0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
◆
validate_range()
void MayaFlux::Kinesis::Stochastic::Stochastic::validate_range
(
double
min
,
double
max
)
const
private
Definition at line
176
of file
Stochastic.cpp
.
177
{
178
if
(min > max) {
179
throw
std::invalid_argument(
"Stochastic: min must be <= max"
);
180
}
181
}
Referenced by
batch()
, and
operator()()
.
Here is the caller graph for this function:
MayaFlux
Kinesis
Stochastic
Stochastic
Generated by
1.9.8