We are running Java 1.3 at work and I have a need to generate a UUID. If we were running 1.5 like we should be, I would just use the UUID class.

I would really like to only use native Java framework stuff if I can.

Can you help a brotha out?