Hi!
 
Can I trust that SomeBeanUtil.generateGUID(...) always returns a unique number? What if to calls occur at the exact same millisecond?
If I look at the generated code there is only one row that maybe could ensure that this is the case and that row is:
int node = seeder.nextInt();
I have never used RandomSecure before so is this line lines that "does it" or is it some other piece of code?
 
Regards Peter

Reply via email to