Suppose you generate random numbers using the seed as the time elapsed in seconds since january 1970 as in microsoft library. But you change the seed after every single random number generated. Will that give a truly random result. Why or why not?
Edit I just had one more part to the question. What if I get the seed to be non-deterministic. For a small example, take that the seed is generated by an already existing TRNG(true random number generator). In other words, if I can make the seed non deterministic somehow, will I be able to generate a random sequence i.e. a non - deterministic sequence. Why or why not?