Get a random channel

Off the top of my head I suppose you could do this by running a query of:

https://api.twitch.tv/kraken/streams?limit=1&offset=%RAND

and setting %RAND to be a randomly generated number between 0 and ‘x’ (Say maybe 100?) to grab 1 of the top 100 streams at random.