Hi Suran, As defined in https://svn.apache.org/repos/asf/db/derby/code/trunk/java/engine/org/apache/derby/impl/services/uuid/BasicUUIDFactory.java
// INITIAL_VALUE = a number guaranteeing that the first couple sequence numbers // won't be monotonically increasing. ... ... private static final long INITIAL_VALUE = ( 2551218188L ); ... ... FYI, --francois On Tue, Jun 9, 2009 at 1:12 PM, Suran Jayathilaka <[email protected]>wrote: > Thanks Rick. That did the trick. The 3rd argument is a random Long, is it > not? > >
