reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/random.tcc
 1555 	    const double __np = std::floor(__t * __p12);
 1604 		    __v = (-__e2 + __param._M_d1 * (1 / (__t - __np)
 1620 		__reject = __reject || __x < -__np || __x > __t - __np;
 1625 		      + std::lgamma(__t - (__np + __x) + 1);
 1636 	    const _IntType __z = _M_waiting(__urng, __t - _IntType(__x),
 1642 	  __ret = _M_waiting(__urng, __t, __param._M_q);
 1645 	  __ret = __t - __ret;