public LecuyerUniformRsg(uint dimensionality, LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_LecuyerUniformRsg(dimensionality, LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public BoxMullerLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_BoxMullerLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 public MoroInvCumulativeLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }