Because in the end there is no reason to discuss it.
Where is this doctrine codified?
The PRNG behind Random is an implementation detail and it's documented as such. […]
This is certainly an argument that
changing the implementation is
not forbidden. It is not an argument that this change
must occur.
[…] I like meaningless improvements and persuading the people to apply them with fancy scientific papers. […]
I’m afraid it is meaningless noise indeed. If there was a
codified design principle
the RTL must be as lightweight as possible, I could understand the motifs,
why this implementation is
an improvement. Otherwise I anticipate in ten years from now we’ll change the PRNG implementation
again.
[…] Wirth's hack that the control variable has an undefined value after a FOR loop is one of the worst things he did, […]
Minor correction: The utilized control variable does not have an undefined state after a
for-loop statement is executed. It just has
the state prior evaluation of the
for-statement commenced. In other words, the
control variable does not get defined by the for-statement.