mirror of
https://github.com/micropython/micropython.git
synced 2026-01-24 21:00:23 +01:00
Fix urandom not working on windows (there's no /dev/urandom) by using a proper cryptographic random function (same one as CPython >= 3.11).