book icon indicating copy to clipboard operation
book copied to clipboard

Update to use rand 0.9 throughout

Open chuksgpfr opened this issue 7 months ago • 1 comments

Chapter 2. Programming a Guessing Game uses thread_rng() and gen_range(), which are deprecated. I replaced every thread_rng() with rng(), and every gen_range() with random_range()

The function is also referenced in a few other areas, of which I updated.

Since this issue HERE was closed

chuksgpfr avatar Mar 02 '25 20:03 chuksgpfr