[dependencies.rand]
version = "0.8.5"
[package]
authors = ["Alexander Cooper"]
description = "A coin flipping simulation, in preperation for an upcoming probability crate. Intended to be used as a binary to run a simualtion of Bernoulli coin flips. Prints results in JSON."
documentation = "https://docs.rs/coin_flip_simulation/0.2.2/coin_flip_simulation/"
edition = "2021"
keywords = ["simulation", "probability", "coin_flipping", "cli", "json"]
license = "MIT"
name = "coin_flip_simulation"
readme = "README.md"
repository = "https://github.com/oberon-git/coin_flip_simulation"
version = "0.2.2"