2 lines
90 B
Text
2 lines
90 B
Text
uniformData = RandomInteger[10, 100];
|
|
nonUniformData = Total@RandomInteger[10, {5, 100}];
|