All pastes #2093193 Raw Edit

Untitled

public text v1 · immutable
#2093193 ·published 2011-11-08 22:07 UTC
rendered paste body
for (int i=0; i<=29; i++) {
				int num = r.Next (0, 26);
				list[i] = ((char)('a' + num));
			}