Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-20-2019 11:38 PM
Hi,
I was trying to find information about version of UUID generator that is behind randomUUID() function, but I faiked.
Is there any place where can I find information is that uuid v1 or uuid v4 or something different?
Thanks,
Witold
Solved! Go to Solution.
08-22-2019 06:32 AM
08-21-2019 05:36 AM
the built-in Cypher randomUUID is just a shortcut for and to
https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html#randomUUID--
to which this states
Static factory to retrieve a type 4 (pseudo randomly generated) UUID. The UUID is generated using a cryptographically strong pseudo random number generator.
08-22-2019 06:32 AM
Thanks for clarification
All the sessions of the conference are now available online