Ch40sl0rd / wh40kSim

This program aims to simulate the possible damage output and survivability of units in the tabletop game Warhammer 40k, licensed and published by Games Workshop
MIT License
2 stars 0 forks source link

add multi-processing to simulation #2

Open Ch40sl0rd opened 3 years ago

Ch40sl0rd commented 3 years ago

The goal is to utilize more than one core at a time to do the simulation of the attack sequences. This should improve the performance significantly and allow larger numbers of attack sequences to be simulated at the same time.

Ch40sl0rd commented 1 year ago

May not be necessary anymore if #14 is implemented so numpy does all dice rolls simultaneously. May still be useful to run multiple simulations at the same time.