spikedee / phonix

Automatically exported from code.google.com/p/phonix
Other
0 stars 0 forks source link

Add support for sporadic rules #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add the ability to apply a given rule inconsistently, with a user-supplied 
application percent. I expect something like the following:

rule rule-name (sporadic=0.1) a => b

This will apply the rule 10% of the time.

Original issue reported on code.google.com by jas...@gmail.com on 22 Jan 2010 at 10:13

GoogleCodeExporter commented 8 years ago
Implemented in r 54

Original comment by jas...@gmail.com on 11 Feb 2010 at 1:57