`thread_rng().gen()` can be replaced with `random()`

Last modified: 03 December 2024

Detects usage of thread_rng().gen() that can be replaced with random() from rand crate.