Each bet is not independent of each other. Each bet is determined by a algorithm where a nonce is incremented each bet. Which means each bet is dependent on all previous bets, since the bet with nonce=10 would never exist without the previous 9 nonces.
The algorithms that determine the outcome are pseudo random and not truly random.
thank you for that and Chapeau!
there will be many user who will disagree with you but a few will understand the point you made
More than half the time I don't get you Einstein.
a compliment, not sarcasmWhat is the point he made?
Each bet is not independent of each other.
Incorrect.
Each bet is determined by a algorithm where a nonce is incremented each bet.
Correct. Many dice sites have nonce-based provably fair systems. So you are saying nonce-based provably fair bets are dependent and others generated with just a server and client seed or txid and something else, aren't?

Which means each bet is dependent on all previous bets
Generation is, result isn't.
The algorithms that determine the outcome are pseudo random and not truly random.
Correct.
Edit: You know pseudo random doesn't mean it is in any way predictable or follow a pattern, right? Provably fair system doesn't work if bets aren't predetermined.