I gave a small racing game that randomnly generates it's course on start up. The course is too long to manually make and was wondering if there is a way I can generate the same randomn numbers every time? I don't want the course to be different everytime...
Would I have to save a list of randomn numbers in a plist?