Yes. I have a game app that works cross-platform but needs to have the exact same RNG on each platform so that the players experience the exact same environment and situation. I want everyone to be able to compete (track high scores) with everyone else, regardless of platform, and that requires they all work with the same sequence of random numbers.
So, if I wanted the same random number sequence across platforms, I would have to use a server solution. Not sure how robust that will be, but it seems the only way to insure everyone plays the exact same levels.
Any other ideas?