Geometric distribution — where it appears
Named by 2 essays across one field — each of them below, with the objects they name alongside it.
A structure made of coin flips
Insert the same 512 keys into a skip list twice, once sorted and once shuffled, from the same seed, and the two structures are identical — the same 11 levels, the same height for every key, the same silhouette. Nothing about the data reached the layout. The 1,064 coin flips did all of it.
The height is a distribution, and the coin is a parameter
A skip list over 2,048 keys is described as being about log₂ n levels tall. Across two hundred builds of exactly those keys its height ranged from 9 to 19. The number in the description is the mean of something, and choosing the coin is choosing which something.
Named alongside it
The objects these essays reach for when they reach for this one.
DistributionSkip listBinary searchBinary search treeComparison countConcentrationExpected caseParameter choiceRandomised algorithmRandomised data structureSeeded randomnessTail behaviour