Searched refs:property_error_rate (Results 1 – 1 of 1) sorted by relevance
238 int property_error_rate = 0; variable242 property_error_rate = atoi(value); in read_property()248 if (!property_error_rate) return length; in apply_errors()251 if (rand() % 1000 < property_error_rate) { in apply_errors()