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
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
date +'%N' doesn't work on OSX:
(was introduced here: 1e64c88)
date +'%N'
N
there's perhaps gdate if user installed it via brew install binutils, eg:
gdate +'%N'
225945000
maybe it'd be a good idea to mixin thread-id and/or pid to avoid potential clashes where 2 threads calling same code generate same seed (hence, same tempfile)
there really should be 1 function that could be called for all these cases (or possibly, 1 for CT case and 1 for RT case), but happy to have it working in isolation in tempfile.nim for now