#randi_range(int from, int to) generating ints outside of that range somehow
5 messages · Page 1 of 1 (latest)
randi_range is an inclusive range, so the -1 is there to prevent generating one greater than the greatest index available in "border_proximities_checked". Tell how I have messed this up. I can't see it.
Some prints I get when testing this:
Those aren't errors, just my test prints. It does send errors, but those don't give the full picture. They just say it's out of bounds.
Look how "out of bounds" some of them are, somehow.