mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 22:00:28 +01:00
[python/urandom] Use Ion::random to seed urandom
This commit is contained in:
@@ -42,3 +42,7 @@ bool micropython_port_interrupt_if_needed() {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
int micropython_port_random() {
|
||||
return Ion::random();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user