public final class GUIDUtil
extends Object
Simple GUID utility that implements a modified form of the Linear Congruent Generator (LCG) algorithm,
to create psuedo-random GUIDs. The generator is double seeded by system time. Once when the GUIDUtil class
is loaded, and then its seeded again based on the time that createGUID is called.
- Author:
- Mike Brock