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
Perhaps the rng var can be passed in as a parameter? Then no lock will be required, which could technically slow down multi-threaded apps that use ulid.
I've encountered the same issue someone else did years ago:
https://forum.nim-lang.org/t/10009
Perhaps the rng var can be passed in as a parameter? Then no lock will be required, which could technically slow down multi-threaded apps that use ulid.