[package] name = "dvcompute_rand_dist" version = "2.0.0" authors = ["David Sorokin "] license = "MPL-2.0" description = "Discrete event simulation library (random number generator primitives for optimistic distributed simulation and nested simulation)" homepage = "https://gitflic.ru/project/dsorokin/dvcompute" repository = "https://gitflic.ru/project/dsorokin/dvcompute" categories = ["simulation"] keywords = ["simulation"] readme = "README.md" edition = "2018" [lib] path = "src/lib.rs" [dependencies] rand = "0.7" libc = "0.2.0" [features] default = ["dist_mode"] dist_mode = []