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
a generator object would be nice for, let's say, object IDs that would start at a random hash but increments for each consecutive calls for the next ids. we could theoretically just use random.uuid for this, but it might be too random and overkill for simple cases.
it's basically a simpler uid that is not just 1, 2, 3, 4
a generator object would be nice for, let's say, object IDs that would start at a random hash but increments for each consecutive calls for the next ids. we could theoretically just use
random.uuid
for this, but it might be too random and overkill for simple cases.it's basically a simpler uid that is not just
1, 2, 3, 4
The text was updated successfully, but these errors were encountered: