fern.benchmark
Class RandomNumber
java.lang.Object
fern.benchmark.Benchmark
fern.benchmark.RandomNumber
public class RandomNumber
- extends Benchmark
Benchmarking of the time needed for different random number generations.
- Author:
- Florian Erhard
Methods inherited from class fern.benchmark.Benchmark |
addData, clearData, createRandomDoubleArray, end, getNumBins, setNumBins, start, toGnuplot, toGnuplot, toGnuPlotAsHistogram, toGnuPlotAsHistogram |
RandomNumber
public RandomNumber()
benchmarkLangevinAgainstTauLeapNumberGeneration
public 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
- Parameters:
at
- the products of arbitraty propensites a with arbitrary taus
main
public static void main(String[] args)
- Parameters:
args
-