Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`random()` returns a value in `[0 .. 2^31[` (cf. [posix spec](https://pubs.opengroup.org/onlinepubs/9699919799/functions/random.html)). On some systems, `RAND_MAX != 2^31 - 1`. This patch ensures that scaling factor is in < 100%
- Loading branch information