diff --git a/stdlib/Statistics/Project.toml b/stdlib/Statistics/Project.toml index 7c796eeab89aa..12c967736bbfb 100644 --- a/stdlib/Statistics/Project.toml +++ b/stdlib/Statistics/Project.toml @@ -6,7 +6,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [extras] +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [targets] -test = ["Test"] +test = ["Random", "Test"]