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
s.summary = "Simple, distributed 64-bit unique ID generation."
s.description = "For the times you can't rely on auto-incrementing IDs, you'll need a clever way to generate unique ids. Inspired heavily by Simpleflake for Python."