▲ | Show HN: Gaussian Random Walker Simulation in JavaScript(procedural-art.netlify.app) | |
3 points by godlabs 3 days ago | ||
Was going through Nature of Code and came across the idea of Gaussian Random number generator, so build a simulation that generated random walkers who walk based on this and also the walkers are generated based on random numbers from a gaussian distribution. Added additional features and toggles that make it possible to create art (like setting persistent to true), colors, exporting as gif and image. |