alanrusnak / dining-philosophers-simulation

Simulation of the Dining Philosophers Problem in Java
0 stars 1 forks source link

Allow creation of a JAR with dependencies #1

Closed tchernobog closed 6 years ago

tchernobog commented 6 years ago

This allows distribution to students in a immediately runnable form.

I also added a teeny itsy bit of entropy to the sleep to help the deadlock happen faster.

alanrusnak commented 6 years ago

Thanks. I hope your students like it :)