Random number for each — Grasshopper Player

Howdy!

I’m trying to make a stamping tool that produces a randomly generated stamp per point I input, using the Grasshopper Player. The issue is generating new seeds after each stamp.

Currently the seed is static. Tried using Trigger, and been looking at some examples on the forum without success…

Screenshot:

File:
StampToolScript.gh (79.6 KB)

Is something like this what you’re looking for?

StampToolScript_v1.gh (79.8 KB)

I didn’t really understood the random reduce… Do you intend to also have multiple different tree drawings? If so you’d also have to randomly pick from that list of drawings, let me know if you need more details.