Random Function: multiple nodes


So apparently not only this two are the same but each pin will return a different random number. Am i correct? I cant put my finger on it, i expected to get the same number at least in the second one, Am i forced to use a local variable of sort?

There’s no difference between the two. The reroutes are purely cosmetic.

Every time you connect a pure function to a node with an execution pin, it will evaluate.

Aye, use a variable to cache the result first, only then use the var multiple times.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.