Package umontreal.iro.lecuyer.randvar

Examples of umontreal.iro.lecuyer.randvar.NormalGen


      while(this.mean<100){
        factor*=10
        this.param*=10;
        this.mean*=10;
      }
      gen = new NormalGen(streamDemand,this.mean,this.param);     
      break
    }   
  }
View Full Code Here

TOP

Related Classes of umontreal.iro.lecuyer.randvar.NormalGen

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.