public InvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator) : this(NQuantLibcPINVOKE.new_InvCumulativeKnuthGaussianRsg(KnuthUniformRsg.getCPtr(uniformSequenceGenerator)), true) { if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }
public MoroInvCumulativeKnuthGaussianRsg(KnuthUniformRsg uniformSequenceGenerator, MoroInverseCumulativeNormal inverseCumulative) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeKnuthGaussianRsg__SWIG_1(KnuthUniformRsg.getCPtr(uniformSequenceGenerator), MoroInverseCumulativeNormal.getCPtr(inverseCumulative)), true) { if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }