If o1 and o2 are objects in the priority list with the priorities p(o1) and p(o2), the following
statement is true: p(o1) < p(o2) => index(o1) > index(02).
Description: Generates random-number based UUIDs This program should really use
java.security.SecureRandom to ensure that random numbers are truly random (well, as near as),
but because this program is to be used on TINI's and SNAP's plain old java.util.Random has to
be used instead.