Hi,
I would like distribute my rand variable within a filtered range, Which mean I need to attach the “with” clause to the "dist"or “inside”. Is it supported ? If not, what’s the quality code to do so ?
rand_val dist {signed'(-fact):= 1,
[-fact : fact]:/1 with(item < cond && item%2==0),
fact:=1};
Cheers, Shaboon