Add small_rng for tig-algorithms.

This commit is contained in:
FiveMovesAhead 2024-09-20 00:12:31 +08:00
parent cc202ab7e4
commit b29ba1b6fb

View File

@ -12,7 +12,10 @@ cudarc = { version = "0.12.0", features = [
"cuda-version-from-build-system",
], optional = true }
ndarray = "0.15.6"
rand = { version = "0.8.5", default-features = false, features = ["std_rng"] }
rand = { version = "0.8.5", default-features = false, features = [
"std_rng",
"small_rng",
] }
tig-challenges = { path = "../tig-challenges" }
[lib]