Learn R Programming

RGraphSpace (version 1.5.2)

.generate_gs_uuid: Generate a unique identifier for GraphSpace objects

Description

This helper function creates a unique ID without relying on the R Random Number Generator (RNG), making it immune to set.seed(). It combines the Process ID (PID), high-precision system time, and a system-level temporary identifier to ensure uniqueness across parallel processes and rapid sequential calls.

Usage

.generate_gs_uuid()

Arguments

Value

A character string containing a unique alphanumeric ID.