aspiwack / randomizer-engine

generic, declarative randomizer engine which draws shuffles uniformely
6 stars 0 forks source link

Multiplicity constraints #22

Closed aspiwack closed 5 years ago

aspiwack commented 5 years ago

This is the main workhorse for handling multiple copies of an item. Both assigning them, and require several copies acquired to move forward.

Note: I'm pretty sure I haven't yet made sure that assignment is monotonic, so there will be some combinatory issues.