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".

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")
source
DiscreteEvents.versionConstant
DiscreteEvents.version

Gives the package version:

julia> using DiscreteEvents

julia> DiscreteEvents.version
v"0.3.1"
source