book
                                
                                 book copied to clipboard
                                
                                    book copied to clipboard
                            
                            
                            
                        Update to use rand 0.9 throughout
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