Inspectopedia
 
2024.3

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

Info
New
Last modified: 03 December 2024

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