Java tutorial
//package com.java2s; import java.util.UUID; public class Main { public static UUID getVariableUUID() { return UUID.randomUUID(); } }