Insertion in a RSL
Flip a coin until it comes up heads; that takes i flips. Make the new node’s height i.
Do a find, remembering nodes where we go down
Put the node at the spot where the find ends
Point all the nodes where we went down (up to the new node’s height) at the new node
Point the new node’s links where those redirected pointers were pointing