Skip to main content
Participant
June 24, 2024
Answered

No option to "expose as new graph input" for random seed?

  • June 24, 2024
  • 1 reply
  • 396 views

Hi. Sorry if I'm missing something here, but I can "expose as new graph input" most parameters of nodes basically, but I don't seem to have the option to expose as new graph input for the random seed. Is there a way to do this that I am missing? I basically want to be able to change the random seed of multiple nodes at once. 

 

Thanks for any help on this, and sorry if this is obvious. 

 

Brian

This topic has been closed for replies.
Correct answer davescm

Make a new input value (integer), add a function to the random seed for your node(s) and drive that function from that input value using GetInteger

 

Dave

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
June 27, 2024

Make a new input value (integer), add a function to the random seed for your node(s) and drive that function from that input value using GetInteger

 

Dave

Participant
June 28, 2024

Perfect. Thanks so much.