Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLauwens committed Aug 30, 2018
2 parents 48c809f + 70dc079 commit 13fc0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples/mmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An [M/M/c queue](https://en.wikipedia.org/wiki/M/M/c_queue) is a basic queue wit

```julia
#set simulation parameters
srand(8710) # set random number seed for reproducibility
Random.seed!(8710) # set random number seed for reproducibility
num_customers = 10 # total number of customers generated

# set queue parameters
Expand Down

0 comments on commit 13fc0a1

Please sign in to comment.