Fabien COELHO <coelho@cri.ensmp.fr> writes:
>> In example of random_zipfian, the explanation is "which itself(2) is
>> produced (3/2)*2.5 = 2.76 times more frequently than 3".
>> "(3/2)*2.5 = 2.76" is wrong. The correct expression is "(3/2)**2.5 = 2.76".
> Indeed. Attached patch to fix this typo.
Indeed. Pushed.
regards, tom lane