Remove the need for rand in core:math/big

This commit is contained in:
gingerBill
2024-06-15 15:43:57 +01:00
parent 7ec17ecf98
commit 149ecafdef
4 changed files with 13 additions and 16 deletions
-1
View File
@@ -6,7 +6,6 @@ package rand
import "base:intrinsics"
import "base:runtime"
import "core:crypto"
import "core:math"
import "core:mem"