Maps allow declare actions. I'd like to be able to add a declaration in a filter, where is predicates determining output could then made use of the declare. For exaple:
DECLARE _rand random()
Predicate for output 1: _rand < 0.1
Predicate for output 2: _rand < 0.2
etc