Hey everyone, I created a grid of nodes (every node is a class) and every node has its own color, the problem is that I tried to randomize each node_color with noise() function, the problem though is that when I scroll through the map the same patterns return. I was wondering if anyone could explain to me what a possible solution might be.
This is the picture of the noise function, as you can see there are patterns that repeat a lot and I would like to avoid that.