MATLAB: Random Vectors with Fixed Sum (algorithm of Roger Stafford)

Dear Matlab users,
on http://www.mathworks.com/matlabcentral/fileexchange/9700-random-vectors-with-fixed-sum/content/randfixedsum.m, a function is provided by Roger Stafford to randomly and uniformly generate vectors with a specified sum and values in a specified interval.
I would like to use this function in paper, and wonder whether the proposed algorithm/function has previously been described/documented in the literature, so that I can properly cite it. (I tried to directly contact Roger Stafford, but the provided email address no longer exists)
Thank you very much in advance for your response,
Kind Regards, Wim

Best Answer

I would cite the function as a website. Something like this suffices, I think:
R. Stafford (2006). RandfixedSum, Matlab File Exchange #9700, http://www.mathworks.com/matlabcentral/fileexchange/9700
Related Question