dot-generate_gs_uuid: Generate a unique identifier for GraphSpace objects

.generate_gs_uuidR Documentation

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()

Value

A character string containing a unique alphanumeric ID.


RGraphSpace documentation built on June 13, 2026, 9:06 a.m.