Commit Graph

12 Commits

Author SHA1 Message Date
6b3b5fea2f Add toString method for Distribution class and unit tests for various distributions 2025-02-12 21:22:26 +01:00
f591de5a06 Fixes
- enhance Result and ResultSummary
- added new example
- added new launch configuration
- fixed RNG with seed 0 not correclty generating streams
2025-02-05 09:40:38 +01:00
0c82dc7dff Docs
- added docs for all the classes and methods
- fixed variance --> stdDev
2025-01-29 12:07:36 +01:00
0fba0cc1fc Changed logic for Unavailable 2025-01-28 19:12:05 +01:00
00a09be756 Fixed Rngs
- removed rngs
- added method for streams in Rng
- changed the number of streams possibles
- parallel and iterative run give now the same results
2025-01-24 10:59:41 +01:00
67c5a465a1 Distributions
- added all distributions required
- introduced tests
2025-01-23 20:29:21 +01:00
a39898416a Threads
- fixed bug
2025-01-20 20:46:02 +01:00
89e89108a9 Multi Run Threads 2025-01-19 23:57:15 +01:00
7b46054b70 End Simulation Criteria 2025-01-17 19:39:51 +01:00
ccde6a9668 JavaDoc added 2025-01-17 12:40:18 +01:00
0d541f7737 Rewrite
- rewritten all the sim code in a way to make easier to read and collect stats
2025-01-17 12:29:47 +01:00
f0b6cbfba3 Rngs
- imoprted and fixed for java
2025-01-17 12:28:11 +01:00