Closed vajda closed 6 years ago
Still not sure whether it is possible and how would it be implemented, but something like this would be useful:
values: a: x: 10 y: 100 b: x: 20 y: 200 c: x: 30 y: 300 val: random([$a, $b, $c]) t: k: val.x p: val.y output: $t
This will allow for value correlation
Still not sure whether it is possible and how would it be implemented, but something like this would be useful:
This will allow for value correlation