How to make Projectile bounce sometimes but not all the time

It’s a lot easier if you use Projectile Movement Component. It has a bounce toggle.

Branch (If rand(1-5) == 1) { enable bounce}