printSeed - Print the random number generator seed
printSeed
printSeed() # Set the seed to a new value seed(12345) # Now print the seed again printSeed()