Random image in Widget Blueprint

How to made in widget blueprint images randomly picked?

If you use an Array of Images Working with Arrays | Unreal Engine Documentation

Then you can use a Random Integer In Range node to pick a number between 1 and your Array length, - 1.

Then set that image on your widget.