Kirk Cerny wrote:
Is there an easier way than this in Java?
I'm a java programmer, but at a PLUG meeting I would just:

[EMAIL PROTECTED] ~]$ python
>>> import random, os
>>> random.seed(os.getpid())
>>> random.randint(0,10)
2


Seems easier than any compiled language.
/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to