Skip to content

Commit f7d4431

Browse files
authored
Update README.md
1 parent 7479c04 commit f7d4431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
JavaSIM has been available since 1997 and is an object-oriented simulation package based upon C++SIM. It provides discrete event process-based simulation similar to SIMULA's simulation class and libraries. A complete list of the facilities provided follows:
22

3-
- the core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms, and thread package interfaces.
4-
- entity and set manipulation facilities similar to SIMSET.
5-
- classes allow "non-causal" events, such as interrupts, to be handled.
6-
- various routines for gathering statistics, such as histogram and variance classes.
3+
- The core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms, and thread package interfaces.
4+
- Entity and set manipulation facilities similar to SIMSET.
5+
- Classes allow "non-causal" events, such as interrupts, to be handled.
6+
- Various routines for gathering statistics, such as histogram and variance classes.
77

88
The system also comes with complete examples and test routines which illustrate many of the issues raised in using the simulation package. It is used by many commercial and academic organisations.
99

0 commit comments

Comments
 (0)