Alright, so im looking for a seedable and reversable random number algorithm. So if i give the algorithm a seed it will always generate the same random number sequence.
But if i have a sequence of random numbers i need to be able to get the seed that would produce them. (Without using brute force or a seed that is the same length as the sequence of random numbers)
Any ideas?
But if i have a sequence of random numbers i need to be able to get the seed that would produce them. (Without using brute force or a seed that is the same length as the sequence of random numbers)
Any ideas?
