aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-05Remove unused extent oracles.Arun Isaac
* include/oracles.c (symmetric_spiral_extent_oracle, right_triangle_extent_oracle, right_triangle_true_volume, sphere_extent_oracle, sphere_maximum_extent, plane_extent_oracle): Delete function prototype declarations. * src/oracles.c (symmetric_spiral_extent_oracle, right_triangle_extent_oracle, right_triangle_true_volume, sphere_extent_oracle, sphere_maximum_extent, plane_extent_oracle): Delete functions.
2021-02-03Move source files and headers to separate directories.Arun Isaac
* extent-sampling.h, gaussian-nd-random.h, nd-random.h, oracles.h, utils.h: Move into include directory. * extent-sampling.c, gaussian-nd-random.c, nd-random.c, oracles.c, utils.c: Move into src directory. * CMakeLists.txt: Set include as include directory. Look for source files inside src directory.
2021-02-03Set up a cmake build system.Arun Isaac
* Makefile: Delete file. * CMakeLists.txt: New file.
2021-02-03Add Gaussian n-d random functions.Arun Isaac
* gaussian-nd-random.c, gaussian-nd-random.h: New files.
2021-02-03Initial commitArun Isaac