1 2 3 4 5 6 7 8 9 10 11 12 13 14
[package] name = "ic-rand" version = "0.1.4" edition = "2021" description = "simple random number generator for icp" license = "MIT" [dependencies] candid = "0.10.10" futures = "0.3.30" ic-cdk = "0.16.0" num-traits = "0.2.19"