HOME

TheInfoList



OR:

A computer simulation language is used to describe the operation of a
simulation A simulation is the imitation of the operation of a real-world process or system over time. Simulations require the use of models; the model represents the key characteristics or behaviors of the selected system or process, whereas the ...
on a computer.Fritzson, Peter, and Vadim Engelson.
Modelica—A unified object-oriented language for system modeling and simulation
" European Conference on Object-Oriented Programming. Springer, Berlin, Heidelberg, 1998.
There are two major types of simulation: continuous and discrete event though more modern languages can handle more complex combinations. Most languages also have a graphical interface and at least a simple statistic gathering capability for the analysis of the results. An important part of discrete-event languages is the ability to generate pseudo-random numbers and variants from different
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomeno ...
s.


See also

*
Discrete event simulation A discrete-event simulation (DES) models the operation of a system as a ( discrete) sequence of events in time. Each event occurs at a particular instant in time and marks a change of state in the system. Between consecutive events, no change in ...
* List of computer simulation software


References

Simulation programming languages Stochastic simulation {{prog-lang-stub