A few pieces in the code generate UUID via its 'randomUUID()' method.
Internally that uses SecureRandom: https://github.com/apache/harmony/blob/java6/classlib/modules/luni/src/main/java/java/util/UUID.java#L128
we should try to find an optimization for that