K, just for kicks here's the Java version. Nothing to import.... int max = /** insert max number here **/ Random generator = new Random(); int rand = generator.nextInt(max);
done. /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
