Fixed bug in seed generation
Modified random number genaration
Instead of deriving from cNumberGenerator, models now use a distinct RNGin the global RNG array. This ignores the user specific mapping, butintroduces a mapping that creates <num-rngs> RNGs per module and mapsthem accordingly....
Moved cAsyncModule functionality to cSimpleModule, dropped cAsyncModule
We eliminated the need for special cAsyncModule objectssince it is more convenient to just stick to cSimpleModule in themodel implementation and active Horizon through omnetpp.ini switches....
[master] correctly printing measured runtimes to logfile
[master] enable endSimulation() from threaded context
[master] streamlined templated implementation of locks
[master] fixed compile error due to missing class identifier
[master] simple fix for akaroa RNGsFixed compile error involving Akaroa due to changed RNG interfaces ofHorizon. However, Akaroa is not supported by Horizon.
[sequencechart]- fixed one bug with eventlogtable (however, still bugs are present)- added backwards compatibility (still some issues with the buttons present)
[sequencechart]- fixing many small glitches- adding functions to sequencechartfacade (getSmallestComplexity / getLargestCompexity)- using colors to display complexity
View revisions
Also available in: Atom