Why an internally consistent fingerprint beats a maximally randomized one.
The intuitive approach to antidetect is "randomize everything, as much as possible." It's also the wrong approach, and it's why some heavily-spoofed profiles get flagged faster than lightly-touched ones.
A real device doesn't have random characteristics — it has correlated ones. A specific GPU model can only render a canvas fingerprint within a certain range of outcomes. A specific OS build only exposes certain font sets. A phone-class hardware concurrency count doesn't pair with a desktop-only WebGL renderer string. Anti-fraud systems don't need to detect that you're using an antidetect browser; they just need to notice that your signals don't correlate the way a real device's would.
Draws from a distribution of real, observed device configurations and keeps every dependent signal internally coherent with the one it picked — rather than rolling each parameter independently. This is exactly what the CreepJS "trust" score is measuring, and it's why we weight consistency over rareness in our own test methodology.