id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 86,Airbrush in multicolor is not random enough,yrizoud@…,pulkomandy,"Set Airbrush to multi-color mode, and tag 3 contiguous colors range in the palette. Now use the airbrush, and you'll see that nearly all painted colors will use the first and last color, almost nothing in-between. This is because the algorithm selects a direction (backward or forward), a random starting color, and them moves until it finds a color which is tagged. This favors considerably the colors that have the most untagged colors on either side. A more fair distribution would be to prepare an array of tagged colors behorehand, and pick in it. There's no need to weigh by color-specific amount, because this amount is already used to paint several times : If you tag red-1 and blue-10, you want 50% chance of painting 1 red pixel, and 50% of painting 10 blue pixels. (I think this is an original bug from the MS-DOS version) ",defect,new,minor,2.9,GrafX2,2.6,,,