I need to drive two lines contained in a class. I need some random shifting and I use noise(). If a call noise() and assign it to another variable it is moving the second line in parallel.
Probably pseydo-num generator is fixed within a class. Is there a way to overcome this? What are the suggestions from experienced programmers?