coin_flip_simulation 0.2.2

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"