public BoxMullerLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_BoxMullerLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public MoroInvCumulativeLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_MoroInvCumulativeLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public LecuyerUniformRsg(uint dimensionality, LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_LecuyerUniformRsg(dimensionality, LecuyerUniformRng.getCPtr(rng)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public CentralLimitLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_CentralLimitLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
 public InvCumulativeLecuyerGaussianRng(LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_InvCumulativeLecuyerGaussianRng(LecuyerUniformRng.getCPtr(rng)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
示例#6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LecuyerUniformRng obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(LecuyerUniformRng obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#8
0
 public LecuyerUniformRsg(uint dimensionality, LecuyerUniformRng rng) : this(NQuantLibcPINVOKE.new_LecuyerUniformRsg(dimensionality, LecuyerUniformRng.getCPtr(rng)), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }