Uses of Class
com.bank.random.LCG

Packages that use LCG
Package
Description
 
 
  • Uses of LCG in com.bank.app

    Fields in com.bank.app declared as LCG
    Modifier and Type
    Field
    Description
    private LCG
    Simulation.lcg
    ЛКМ принимающий в качестве seed значение из статического методо seed в Configuration
  • Uses of LCG in com.bank.random

    Methods in com.bank.random with parameters of type LCG
    Modifier and Type
    Method
    Description
    static double
    ExponentialDistribution.get(double lambda, LCG lcg)
     
    static int
    PoissonDistribution.get(double lambda, LCG lcg)