
read DMP:


print(`The following are ten random distinct-multiplicity partitions of 100`):
for i from 1 to 10 do
print(RandDMP(100)):
od:


print(`This took`, time(), `seconds . `):


quit:

