<random>

函式模板
<random>

std::關係運算符

相等 (1)
template <class RealType>bool operator== ( const fisher_f_distribution<RealType>& lhs,                  const fisher_f_distribution<RealType>& rhs );
不等 (2)
template <class RealType>bool operator!= ( const fisher_f_distribution<RealType>& lhs,                  const fisher_f_distribution<RealType>& rhs );
關係運算符
fisher_f_distribution 物件 lhsrhs 執行適當的相等或不相等比較操作。

如果兩個分佈具有相同的引數,並且在呼叫其 operator() 並使用相等的 生成器 時,會產生相同的隨機數序列(如果存在內部狀態),則這兩個分佈相等。

引數

lhs, rhs
fisher_f_distribution 物件(分別位於運算子的左側和右側),它們具有相同的模板引數(IntType).

返回值

如果條件成立,則為 true,並且否則為 false。

另見