Since we are using the line of code:
myRigidBody2D.velocity += velocityTweak;
Doesn’t that mean we are always ADDING the value of velocityTweak to our current velocity? So why is it that when we crank up the random factor to 10 sometimes the ball goes super fast, then super slow? Shouldn’t the velocity always be increasing??