shop-planner / shop3

SHOP3 Git repository
https://shop-planner.github.io
144 stars 14 forks source link

Revise SHOP to use the random-state library for random choices. #131

Open rpgoldman opened 1 year ago

rpgoldman commented 1 year ago

This version uses Shirakumo's (Nicholas Hafner's) random-state library to give repeatable random sequences that are implementation independent.

However it requires use of a patched version of random-state, which is now included in jenkins/ext as a git submodule. I wish this was not necessary.