From 335e9f1356967bc39b46789767e7e69a101f7b4e Mon Sep 17 00:00:00 2001 From: Moelf Date: Sun, 30 Jun 2024 23:13:27 -0400 Subject: [PATCH] add Random compat --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 3d7c4177..af5d92b5 100644 --- a/Project.toml +++ b/Project.toml @@ -56,6 +56,7 @@ Parameters = "^0.12" Pkg = "^1.0" PrecompileTools = "^1.2.0" PrettyTables = "^2.1" +Random = "^1.0" SHA = "^0.7, ^1.0" SentinelArrays = "^1.3" StaticArrays = "^1"