Does anyone know how to select a random N items from a feed in Yahoo Pipes?
I have an RSS feed that has a larger number of objects in it than the photo frame it's destined for can handle. I'm trying to use Yahoo Pipes to collect three of these feeds, combine them and then select 30 random items from the combination of all three feeds. Each time the feed is requested via Yahoo Pipes, I'd like a different set of random images to be selected.
In Yahoo Pipes, I can successfully combine the three feeds and I can use tail or truncate to chop it to only a certain number of items, but I don't want the first N or last N, I want a random set of items.
Any ideas how to do this?