PunMister
PunMister
CC#
Created by PunMister on 6/9/2023 in #help
✅ Newbie question on Random function
When making a random function what is the significance of the first line. I can't understand what it means here: Random rnd = new Random(); <----- int num = rnd.Next(); I know the second line generates a random integer using ".Next" but "Random" doesn't make sense to me
22 replies