Synopsis
Declared in <mp‐units/random.h>
template<Quantity Q>
requires std::floating_point<typename Q::rep>
class piecewise_linear_distribution
: public std::piecewise_linear_distribution<Q::rep>
Base Classes
| Name | Description |
|---|---|
|
A piecewise_linear_distribution random number distribution. |
Types
Name |
Description |
Parameter type. |
|
The type of the range of the distribution. |
Member Functions
Name |
Description |
Return a vector of the probability densities of the distribution. |
|
Return the intervals of the distribution. |
|
Returns the least upper bound value of the distribution. |
|
Returns the greatest lower bound value of the distribution. |
|
Generating functions. |
|
|
|
Resets the distribution state. |
Created with MrDocs