Decouple `ReproducibleRandom` and `SequentialIdGenerator`
Open
good first issue
help wanted
refactoring
- Dominant language
- F#
- Stars
- 30
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
`SequentialIdGenerator` doesn't need to be a part of the `ReproducibleRandom`: by design, the id generator is not random; it is _sequential_. It is reproducible alright, but it needs not to be random at all.
Contributor guide
Assessment
This issue has not been assessed yet.