public MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg.getCPtr(uniformSequenceGenerator)), true) { if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }
public InvCumulativeLecuyerGaussianRsg(LecuyerUniformRsg uniformSequenceGenerator, InverseCumulativeNormal inverseCumulative) : this(NQuantLibcPINVOKE.new_InvCumulativeLecuyerGaussianRsg__SWIG_1(LecuyerUniformRsg.getCPtr(uniformSequenceGenerator), InverseCumulativeNormal.getCPtr(inverseCumulative)), true) { if (NQuantLibcPINVOKE.SWIGPendingException.Pending) { throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve(); } }