srand(26);
print("Here's a random number: ", rand(), ".\n");
print("Here's the same random number: ", rand(), ".\n");