How to get the Nth value of a seeded random stream?

Is it possible to get the Nth value of a seeded random stream?

For example, I could loop thru my RS and get values from the first few positions in the stream (eg: 53,112,4,208…)
What if I wanted to know the value at position 100, or 1000, or more in the stream? (other than looping)