Hello this is a very small and easy thing to do which is to allow me to set up the RNG with my own number range. I’m using 1 to 60 instead of 1 to 100. You could ask why would anybody use this range? Somehow when I first started using an RNG I based it off of a clock. I also thought it’s easier to divide 60 by 3 than 100 by 3. I also use six buckets which I felt was a bit more accurate than using five but less complicated than using 10 which are the buckets most used with the 100 RNG. I’m already used to this system I created. Could this please be done? Thanks.