Is it possible to seed the random() function? There are cases where I'd like "random" behavior that is also deterministic (i.e., plays the same way every time). Another would be procedurally generated levels, where anyone can input the same seed to play the same level (a la Minecraft).