fern.benchmark
Class RandomNumber

java.lang.Object
  extended by fern.benchmark.Benchmark
      extended by fern.benchmark.RandomNumber

public class RandomNumber
extends Benchmark

Benchmarking of the time needed for different random number generations.

Author:
Florian Erhard

Constructor Summary
RandomNumber()
           
 
Method Summary
 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)
           
 
Methods inherited from class fern.benchmark.Benchmark
addData, clearData, createRandomDoubleArray, end, getNumBins, setNumBins, start, toGnuplot, toGnuplot, toGnuPlotAsHistogram, toGnuPlotAsHistogram
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomNumber

public RandomNumber()
Method Detail

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 -