Proof of Elapsed Time Susceptible to Random number generator attack?

0

Since Proof of Elapsed Time (POET) uses a Random Wait time to elect a leader, would it be susceptible to Random number generator attack?

Nathan Aw

Nathan Aw

Posted 2018-03-07T02:56:43.017

Reputation: 209

Bitcoin Stack Exchange on topic seems to have changed; sorry if migrated incorrectly.eth 2018-03-08T09:56:13.970

True random number generation is difficult (unless random number generators have improved?) and many can be seeded, some bad ones producing predictable results with careful seeding. So, as I understand it the question becomes, what random number generation system is uesd, who controls it (how is it accessed?) and, how is it seeded? An attack that is theoretically possible is not necessarily feasible.Willtech 2018-03-08T10:18:49.167

No answers