struct State {
};
{{ GENERATED_CODE }}
void evaluate(Context ctx) {
if (!isInputDirty<input_UPD>(ctx))
return;
uint16_t min = getValue<input_MIN>(ctx);
uint16_t max = getValue<input_MAX>(ctx);
emitValue<output_OUT>(ctx, ::random(min,max));
}