Installation
DiscreteEvents.DiscreteEvents
— ModuleDiscreteEvents
A Julia package for generating and simulating discrete events. It runs on Julia VERSION ≥ v"1.0"
. Multithreading requires VERSION ≥ v"1.3"
.
Its Github repo is [https://github.com/JuliaDynamics/DiscreteEvents.jl].
The current stable, registered version is installed with
pkg> add DiscreteEvents
The development version is installed with:
pkg> add("https://github.com/JuliaDynamics/DiscreteEvents.jl")
DiscreteEvents.version
— ConstantGives the package version.
julia> using DiscreteEvents
julia> DiscreteEvents.version
v"0.3.5"