As I often do, I thought it worthwhile to put up a quick post showing how I made the graphics in my previous post. The images were made in Mathematica, mainly through the Graphics3D command. The exception was the plot of 10,000 random points; that was done through ListPointPlot3D.| And now it’s all this
A short followup to John D. Cook’s post on randomly distributing points within a triangle.| leancrew.com
How to uniformly sample points from a triangle. One method that seems plausible but isn't uniform, and a clever method that is uniform.| John D. Cook