| 
    EigenRand
    0.3.0
    
   | 
   
Generator of reals on a Fisher's f distribution. More...
#include <NormalExp.h>
Public Types | |
| using | Scalar = _Scalar | 
Public Member Functions | |
| FisherFGen (_Scalar m=1, _Scalar n=1) | |
| Construct a new Fisher's f generator.  More... | |
| FisherFGen (const FisherFGen &)=default | |
| FisherFGen (FisherFGen &&)=default | |
| template<typename Rng > | |
| EIGEN_STRONG_INLINE const _Scalar | operator() (Rng &&rng) | 
| template<typename Packet , typename Rng > | |
| EIGEN_STRONG_INLINE const Packet | packetOp (Rng &&rng) | 
Generator of reals on a Fisher's f distribution.
| _Scalar | 
      
  | 
  inline | 
Construct a new Fisher's f generator.
| m,n | degrees of freedom |