ALEA::SEQ1/F
Arguments: prim n long [generic-function]
Generates a list of values according to the 1/f distribution where <prim> is the initial value,<long> the length of the sequence, and where <n> is a parameter which defines the output scale values, i.e. :
the values will be comprised between 0 and (2^n -1).
Ex: If n=2 the values will be comprised between 0 and 3,
If n=4 the values will be comprised between 0 and 15, If n=7 the values will be comprised between 0 and 127.