[package] name = "rand_split" version = "0.2.1" authors = ["Jorge Carrasco Muriel "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/carrascomj/rand_split" description = "Functions to split a slice into random parts." categories = ["science"] readme = "README.md" [dependencies] rand = "0.8" [dev-dependencies] criterion = "0.3.3" [[bench]] name = "splitting" harness = false