Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Marbles: Fix bug where a random event could happen with deja vu = 0.5
This bug can happen only extremely rarely: when `deja_vu_` is 0.5 and `random_stream_` produces a zero. It's not clear from the MCU datasheet or reference manual whether the hardware RNG is capable of producing zeros, but the fallback `RandomGenerator` LCG certainly will given enough time.
- Loading branch information