Skip to content

A very rough Go program to calculate Pi using one of the Monte Carlo methods

License

Notifications You must be signed in to change notification settings

JosNun/PiCulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PiCulate

My first Golang project

TLDR: Probably breaking all the best practices and not something you should reproduce. The basic logic might be solid though.

Uses one of the Monte Carlo Methods to calculate Pi.

Todo

  • Make it accurate
  • Investigate using a randomer random number
  • Write the output to the screen instead of the terminal
  • Give it less awful colors
  • Documentation
  • Best Practices?
  • Enable passing in the size through args
  • Other things?

License

Licensed under the MIT license. See LICENSE for details.

About

A very rough Go program to calculate Pi using one of the Monte Carlo methods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages