mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-03-04 07:37:22 +08:00
Add small_rng for tig-algorithms.
This commit is contained in:
parent
cc202ab7e4
commit
b29ba1b6fb
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user