Makes RNG across multiple runs of the same seed more consistent by:
- Eliminating ante-based RNG for cards (so rerolling less or more has no variance)
- Eliminating pool-based RNG for cards (so opening packs or using cards has no variance)
- Added ante-based RNG for boss blinds (so rerolling blinds doesn't affect future blinds)
Useful mainly in tournaments where multiple players use the same seed; this won't cause any noticeable difference in single-player unseeded runs
Functionality will probably be merged with Ankh eventually
