Possible Duplicate:
How to create my own JavaScript Random Number generator that I can also set the seed
Is there any random number generator for Javascript?
Before you say Math.random(), my requirement is that it should allow a seed value. For the same seed value it should generate the exact same sequence of 'random' numbers, and the number sequence should be fairly random.