Each time you call Random node it generates a new random number, even if it’s a single node visually. With this setup, your first Random node will give you three different results, but as I understand you need the same result three times, right?
Save the random value to a variable and then use it.
3 Likes