Hi Vincent,
This error means that you have a conflict between several variables.
You probably use the same name of variable, here it's random_mode for several parameters which don't have the same type.
Here, your random_mode is probably a float and Designer is asking for a integer.
Change the name 'random_mode' in your exposed parameters for something else, for example 'mode_random' and it should solve your issue !