Uses of Class
com.bank.random.LCG
Packages that use LCG
-
Uses of LCG in com.bank.app
Fields in com.bank.app declared as LCGModifier and TypeFieldDescriptionprivate LCGSimulation.lcgЛКМ принимающий в качестве seed значение из статического методо seed в ConfigurationMethods in com.bank.app with parameters of type LCGModifier and TypeMethodDescriptionprivate org.jfree.chart.ChartPanelSimulationUI.createDiscreteChart(LCG lcg, int sampleSize) private org.jfree.chart.ChartPanelSimulationUI.createExponentialChart(LCG lcg, double lambdaPerHour, int sampleSize) private org.jfree.chart.ChartPanelSimulationUI.createLCGChart(LCG lcg, int sampleSize) private org.jfree.chart.ChartPanelSimulationUI.createPoissonChart(LCG lcg, double lambda, int sampleSize) -
Uses of LCG in com.bank.random
Methods in com.bank.random with parameters of type LCG