I have made a random number generator to create a number between 1000 and 9000, but I always get numbers with many 10s and units. I want to round them 100s.
Thanks, but it always floors the number. Is there a way to make it round numbers with 10s less than 5 down and numbers with 10s greater than or equal to 5 up?