Randomize multiple curves along lines

Hi everyone,
I’m new to Grasshopper and currently experimenting with generating random curves. What I’m trying to do is:

  • Create 10 base lines.
  • Generate a random curve along each line.
  • Ensure each curve has a distinct random shape.

I managed to get it working, but the method I used feels very inefficient (manually duplicating components). I’ve searched other posts on this topic but couldn’t find a good solution…
Does anyone know a more efficient way to approach this?

Any advice or sample definitions would be greatly appreciated:)
Randomized Curves.gh (25.3 KB)

This should do the trick. The key here is data trees - good work so far! Was not hard to modify.


Randomized Curves Modified.gh (12.4 KB)

1 Like

Thank you so much for the quick response!
This works perfect. I’ll learn more about data trees…