Constraint

Hi:

 
rand bit a; 
rand bit b; 
rand bit c; 
rand bit d; 

How do I write a constraint such that AT LEAST 1 of a, b, c, or d is always equal to 1’b1?

Thank You!

In reply to new_to_uvm:

constraint at_least_one {a||b||c||d;}