aivika-0.7: A multi-paradigm simulation library

Stabilityexperimental
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Safe HaskellSafe-Inferred

Simulation.Aivika.Dynamics.Random

Description

Tested with: GHC 7.6.3

Below are defined random functions that return the Dynamics computations. The values are initially defined in the integration time points and then they are passed in to the memo0Dynamics function to memoize and then interpolate.

Synopsis

Documentation

newRandomDynamicsSource

Arguments

:: Dynamics Double

minimum

-> Dynamics Double

maximum

-> Simulation (Dynamics Double) 

Return the uniform random numbers in the integration time points.

newNormalDynamicsSource

Arguments

:: Dynamics Double

mean

-> Dynamics Double

variance

-> Simulation (Dynamics Double) 

Return the normal random numbers in the integration time points.