I need a method to generate 3D simplex noise in python rather quickly. What methods are there out there to solve this problem?
For more info.
http://snup.org/code-snippets/1153/python-n-dimensional-simplex-noise/
It has a simple code to generate simplex noise.