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
    Methods in com.bank.app with parameters of type LCG
    Modifier and Type
    Method
    Description
    private org.jfree.chart.ChartPanel
    SimulationUI.createDiscreteChart(LCG lcg, int sampleSize)
     
    private org.jfree.chart.ChartPanel
    SimulationUI.createExponentialChart(LCG lcg, double lambdaPerHour, int sampleSize)
     
    private org.jfree.chart.ChartPanel
    SimulationUI.createLCGChart(LCG lcg, int sampleSize)
     
    private org.jfree.chart.ChartPanel
    SimulationUI.createPoissonChart(LCG lcg, double lambda, int sampleSize)
     
  • 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)