You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
JavaSIM is an object-oriented simulation package based upon C++SIM and has been around since 1997. It provides discrete event process-based simulation similar to SIMULA's simulation class and libraries. A complete list of the capabilities provided follows:
2
2
3
-
- The core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms and thread package interfaces.
3
+
- The core of the system gives SIMULA-like simulation routines, random number generators, queueing algorithms and in the C++ original there are thread package interfaces, though for Java that's not necessary.
4
4
- Entity and set manipulation facilities similar to SIMSET.
5
5
- Classes allow "non-causal" events, such as interrupts, to be handled.
6
6
- Various routines for gathering statistics, such as histogram and variance classes.
0 commit comments