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
I added xid to JR [1], which is a CLI random data generator.
As in google uuid [2], to be possible to use different rand algorithms rander should be refactored like this:
that could also be useful to generate sequences with a seed (to be reproducible), though time should be mocked too (if that it's interesting I can submit another patch)
I added xid to JR [1], which is a CLI random data generator.
As in google uuid [2], to be possible to use different rand algorithms rander should be refactored like this:
and
that could also be useful to generate sequences with a seed (to be reproducible), though time should be mocked too (if that it's interesting I can submit another patch)
[1] https://github.com/jrnd-io/jr
[2] https://github.com/google/uuid
The text was updated successfully, but these errors were encountered: