| 1759 | } |
| 1760 | |
| 1761 | Tag TagPartitionedLogSystem::getRandomRouterTag() const { |
| 1762 | return Tag(tagLocalityLogRouter, deterministicRandom()->randomInt(0, logRouterTags)); |
| 1763 | } |
| 1764 | |
| 1765 | Tag TagPartitionedLogSystem::getRandomTxsTag() const { |
| 1766 | return Tag(tagLocalityTxs, deterministicRandom()->randomInt(0, txsTags)); |
no test coverage detected