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