PWM frequency library

hi i am using this same library in arduino uno to generate 50Hz at a pwm pin. but i need the same signal to be generated at 4 pwm pins. can i simply use the same code to generate 50 Hz on 4 pwm pins, because different pins are associated with different timers, (8 bit or 16 bit) so will it be okay if i use same code?