Skip to main content
samuel_the_hamster
Known Participant
May 29, 2023
Answered

random seed usage?

  • May 29, 2023
  • 1 reply
  • 904 views

for what would i need to define a random seed in a node, adds randomization?

This topic has been closed for replies.
Correct answer davescm

Many nodes can make use of a random seed to generate variations.

A simple example would be using two 'BnW Spots 1' noise nodes in a graph. By changing the random seed on one of them, it would ensure that both nodes generate a different noise pattern.

 

Dave

 

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
May 29, 2023

Many nodes can make use of a random seed to generate variations.

A simple example would be using two 'BnW Spots 1' noise nodes in a graph. By changing the random seed on one of them, it would ensure that both nodes generate a different noise pattern.

 

Dave

 

samuel_the_hamster
Known Participant
May 29, 2023

i just tried it works :)!