I want to use jQFX module for displaying images, the task is to show 3 randomly selected images from 3 randomly selected categories. Images and categories should not duplicate. Total number of categories is 10 (and may increase in future), each category has up to 5 images. Reviewing the views settings I did not realize how to do it.

It needs to randomly select 3 categories, than from each category randomly select 1 image and display them.