D.J. Best, N.I. Fisher (1979): Efficient simulation of the von Mises distribution, Appl. Statist. 28, 152-157. @author wolfgang.hoschek@cern.ch @version 1.0, 09/24/99
107108109110111112113
//// protected methods //// /** Method that is called after _randomNumberGenerator is changed. */ protected void _createdNewRandomNumberGenerator() { _generator = new VonMises(1.0, _randomNumberGenerator); }