You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,7 +147,7 @@ Generate and return a RFC4122 v1 (timestamp-based) UUID.
147
147
148
148
Returns `buffer`, if specified, otherwise the string form of the UUID
149
149
150
-
Note: The <node> id is generated guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)
150
+
Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
151
151
152
152
Example: Generate string UUID with fully-specified options
153
153
@@ -167,8 +167,8 @@ Example: In-place generation of two binary IDs
@@ -143,7 +156,7 @@ Generate and return a RFC4122 v1 (timestamp-based) UUID.
143
156
144
157
Returns `buffer`, if specified, otherwise the string form of the UUID
145
158
146
-
Note: The <node> id is generated guaranteed to stay constant for the lifetime of the current JS runtime. (Future versions of this module may use persistent storage mechanisms to extend this guarantee.)
159
+
Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process.
147
160
148
161
Example: Generate string UUID with fully-specified options
0 commit comments