I understand that you can do the following...
query.orderByAscending("rowValue");
query.orderByDescending("rowValue");
But what if you actually want your data to come out in random order every time your activity is opened? How might this be accomplished?