Installation

DiscreteEvents.DiscreteEventsModule
DiscreteEvents

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/pbayer/DiscreteEvents.jl].

The current stable, registered version is installed with

pkg> add DiscreteEvents

The development version is installed with:

pkg> add("https://github.com/pbayer/DiscreteEvents.jl")
julia> using DiscreteEvents

julia> DiscreteEvents.version
v"0.3.5"