Make some monte carlo pie calculations
Currently just does a simple (concurrent) PI approximation, as a proof of concept.
- Define domain of possible inputs
- Generate input randomy with some probability distribution
- Perform deterministic computation on inputs
- Aggregate results
- Draw a square with a circle in i
- Uniformly scatter points over square
- Count number of points inside circle and total number of points
- Ratio of the two counts leads to PI