J. Dagpunar (1988): Principles of Random Variate Generation, Clarendon Press, Oxford. @author wolfgang.hoschek@cern.ch @version 1.0, 09/24/99
120121122123124125126
//// protected methods //// /** Method that is called after _randomNumberGenerator is changed. */ protected void _createdNewRandomNumberGenerator() { _generator = new Zeta(1.0, 1.0, _randomNumberGenerator); }