public class RandomNumber extends Benchmark
| Constructor and Description |
|---|
RandomNumber() |
| Modifier and Type | Method and Description |
|---|---|
void |
benchmarkLangevinAgainstTauLeapNumberGeneration(double[] at)
Benchmark for the different computation of random numbers in the Langevin (normal distributed)
and tau leap (poisson distributed) method for double values at
|
static void |
main(String[] args) |
addData, clearData, createRandomDoubleArray, end, getNumBins, setNumBins, start, toGnuplot, toGnuplot, toGnuPlotAsHistogram, toGnuPlotAsHistogrampublic void benchmarkLangevinAgainstTauLeapNumberGeneration(double[] at)
at - the products of arbitraty propensites a with arbitrary tauspublic static void main(String[] args)
args - Copyright © 2007–2021. All rights reserved.