| 4579 | return m_current_number; |
| 4580 | } |
| 4581 | bool next() override { |
| 4582 | m_current_number = m_dist(m_rng); |
| 4583 | return true; |
| 4584 | } |
| 4585 | }; |
| 4586 | |
| 4587 | // TODO: Ideally this would be also constrained against the various char types, |
nothing calls this directly
no outgoing calls
no test coverage detected