[package] name = "dvcompute_rand" version = "2.0.0" authors = ["David Sorokin "] license = "MPL-2.0" description = "Discrete event simulation library (random number generator primitives for sequential simulation and conservative distributed simulation)" homepage = "https://gitflic.ru/project/dsorokin/dvcompute" repository = "https://gitflic.ru/project/dsorokin/dvcompute" categories = ["simulation"] keywords = ["simulation"] readme = "README.md" edition = "2018" [dependencies.rand] version = "0.7" optional = true [features] default = ["seq_mode"] seq_mode = ["rand"] wasm_mode = ["rand/wasm-bindgen"]