Skip to content

Example of computing n-dimensional hyperspheres by Monte Carlo methods, both threaded and non-threaded

License

Notifications You must be signed in to change notification settings

ColinShaw/ocaml-monte-carlo-hyperspheres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

N-Dimensional Hypersphere Volumes in OCaml

This is an example of computing n-dimensional hyperspheres using Monte Carlo methods in OCaml, with compile targets for both threaded and non-threaded executables. This serves both as a fun toy for computing the n-dimensional hyperspheres as well as something of a reference for threading.

You can build these from the Makefile by issuing:

make threaded       - Build the threaded 'sphere' application

make non_threaded   - Build the non-threaded 'sphere' application

make clean          - Clean up the _build directory

About

Example of computing n-dimensional hyperspheres by Monte Carlo methods, both threaded and non-threaded

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published