randomUUID function

String randomUUID()

Implementation

String randomUUID(){
  return NUIStringUtil.randomUUID();
}