Here I'm going to show some creative and fun ways of generating random numbers without using random package in python.
When we call time() function of the package time, it returns floating point number - current time in seconds since the Epoch:
>>> time.time()
3392849227.6848479