DINAMICA project. TODO list.

* More universal, system-independent random number generator.

*? Mean trajectory for stochastic simulations.

*? Make transient period for the time series -- the initial time interval that is
  skipped when processed.

* Prepare an exhaustive set of example .ode files provided with the program.

* AUTOCONF is extremely needed, since this software has started to be maintained from
  the different platforms. Automatic configuration of the system before the
  compilation (see `configure') e.g. to check the existence of all needed libraries.

* Variability of the parameters: draw the parameter values from the distributions
  modeling the external noise source.

*? Systems Biology Markup Language (SBML) capability.

* There is a need in script language that would interprete a series of commands plus
  special structures like for and if statements. This is especially useful for
  parameter space exploration. There is a basic parameter continuation tool, but it
  is really primitive.

* Delayed ODEs/SSA

* Fast Fourier Transform of stochastic oscillations.

* Fix trajectory system. Standardize the trajcetory determining system.

* Clusterization. This program was not originally set for cluster
analysis. The same way so far. This should be fixed.

* Parameter continuation. Step size adaptive algorithm should
developed or any existing library alogorithm should be used.

* Make `one run' mode in the program. Dinamica is executed for once
and fulfils one single task.

* Add special functions recognition algorithm in the parser like cos,
sin, tg, exp etc.

* Make command line interpreter guess input from the user. By pressing
Tab twice(like in shell) or while typing.

