seq 123 312 | sort -R | head -1This generates a sequence from 123 through 321, sorts it in a random manner and prints the first number of the randomized list.
This solution neither generates cryptographic random numbers nor saves memory or CPU time but it is straightforward and does the job at hand without any fancy tools or tricks. Perhaps you like it.
No comments:
Post a Comment