Store numbers as “random” seed
Is it possible to calculate a seed from a given list of numbers, such that this seed will cause a number-generating function (like rand()
) to output this list of numbers?
Is it possible to calculate a seed from a given list of numbers, such that this seed will cause a number-generating function (like rand()
) to output this list of numbers?