mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 18:02:22 -07:00
d6002d68a2
This removes the data race caused by multiple threads using the unprotected global `random_string_seed`, so long as no two threads share the same random generator; this is the default case. Additionally, `os2.random_string` now takes into account the full buffer slice given to it.