|
|
|
|
|
by jbri
4986 days ago
|
|
Is the probability density actually uniform? Once all million numbers have been processed (which is the only case that matters - anything with <1M numbers has a strictly smaller encoding than it would if you tacked a bunch of zero deltas on to the end to reach 1M) , you're guaranteed that the 'average' delta value will be <= 100. This means that even in a worst-case input set, "low" delta values will be substantially more common than "high" ones. |
|