Testing this in Developers tools works to randomly select an option and exclude the currently selected option, but how to additionally reject all options containing a specific word?
{{ state_attr('input_select.cabinet_tropical_modes_des_lumieres', 'options')
| reject('eq', states('input_select.cabinet_tropical_modes_des_lumieres'))
| list | random }}