Class AcceptanceRejectionRandomNumberGenerator

java.lang.Object
net.finmath.randomnumbers.AcceptanceRejectionRandomNumberGenerator
All Implemented Interfaces:
Serializable, RandomNumberGenerator

public class AcceptanceRejectionRandomNumberGenerator extends Object implements RandomNumberGenerator
Class implementing RandomNumberGenerator by the acceptance rejection method. Note that the acceptance rejection methods requires a two dimensional uniform random number sequence with independent components.
Version:
1.0
Author:
Christian Fries
See Also: