|
const lengths = [2, 4, 6, 8, 10, 12, 14, 16].sort(() => Math.random() - 0.5);
|
|
const lengths = [2, 4, 6, 8, 10, 12, 14, 16].sort(() => Math.random() - 0.5);
|
|
return lengths.map(len => this.randomSeq(len)).join(',');
|
|
return lengths.map(len => this.randomSeq(len)).join(',');
|