Generating desired random numbers

Yesterday, I was watching TechWithTim's video about how random module in python works. He said if the seed was same, the sequence will be the same, that got me into thinking. is it possible to know the seed of the sequence by seeing the actual sequence? and after doing some research (googling) I found out that many random number generators use Seed x 8 modulo 11 to generate random numbers. If I had a sequence like 1,3,4,2,1,2,3,2 is it possible to find what the seed value was fed into the formula to create this pattern?

submitted by /u/Bharath1910
[link] [comments]

from hacking: security in practice https://ift.tt/3AYkUFV

Comments