[cpu] Implement rand instruction.rs

This commit is contained in:
2024-03-04 20:31:03 +05:30
parent 1a2be21027
commit b69e936e32
4 changed files with 63 additions and 5 deletions

View File

@@ -11,7 +11,8 @@ log = "0.4.20"
simple_logger = "4.3"
byteorder = "1.5"
sdl2 = "0.36.0"
rand = "0.8.5"
[profile.release]
strip = true
lto = true
lto = true