Synopsis
Declared in <mp‐units/random.h>
template<Quantity Q>
requires std::floating_point<typename Q::rep>
struct fisher_f_distribution
: std::fisher_f_distribution<Q::rep>
Base Classes
| Name | Description |
|---|---|
|
A fisher_f_distribution random number distribution. |
Types
Name |
Description |
Parameter type. |
|
The type of the range of the distribution. |
Member Functions
Name |
Description |
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