Package umontreal.iro.lecuyer.randvar

Examples of umontreal.iro.lecuyer.randvar.PoissonGen


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

TOP

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

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.