From 4438116264eeece05c9fdbdf73c8f33757a108e4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 26 Feb 2024 20:39:39 -0500 Subject: sort n rand --- matrix-stdlib/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix-stdlib/Cargo.toml') diff --git a/matrix-stdlib/Cargo.toml b/matrix-stdlib/Cargo.toml index 1c6b0ac..bdbd2f9 100644 --- a/matrix-stdlib/Cargo.toml +++ b/matrix-stdlib/Cargo.toml @@ -9,3 +9,4 @@ edition = "2021" anyhow = "1" matrix = { path = "../matrix" } matrix-macros = { path = "../matrix-macros" } +rand = "0.8" -- cgit v1.2.3-freya