176b11b Add patch to fix gaussian noise model with bias stddev == 0

Authored and Committed by thofmann 5 years ago
    Add patch to fix gaussian noise model with bias stddev == 0
    
    This fixes an assertion error by std::normal_distribution's constructor,
    which expects the stddev to be greater than 0.
    
        
file modified
+6 -1