Learn how to create a random walk spline, useful for things like Electrical Arcs using Scene Nodes in Cinema 4D 2024.5
## Topics/Nodes Covered
- What is a Random Walk
- Random Walk Spline UI
- Taking a Random Step
- Normalizing Vectors
- Loop Carried Value to Build and Array over Time
- Append Elements to Add Steps to an Array of Points
## Recommended Viewing
Make a Random Points Spline
: Provides an introduction to the Hash node for making random values.
Stair Spline
: Goes over the Loop Carried Value node and iteration in-depth.
## Related Resources
Random Walk Wikipedia Page
Coding Train - Random Walker Tutorial