Installation
DiscreteEvents.DiscreteEvents — ModuleDiscreteEventsA Julia package for generating and simulating discrete events. It runs on Julia VERSION ≥ v"1.0". Multithreading requires VERSION ≥ v"1.3".
The current stable, registered version is installed with
pkg> add DiscreteEventsThe development version is installed with:
pkg> add("https://github.com/pbayer/DiscreteEvents.jl")DiscreteEvents.version — ConstantDiscreteEvents.versionGives the package version:
julia> using DiscreteEvents
julia> DiscreteEvents.version
v"0.3.1"