Skip to content

Instantly share code, notes, and snippets.

@Nyoho
Created May 2, 2016 06:01
Show Gist options
  • Save Nyoho/afd25a67edf579b627b336fcd27afbd3 to your computer and use it in GitHub Desktop.
Save Nyoho/afd25a67edf579b627b336fcd27afbd3 to your computer and use it in GitHub Desktop.
n = 2;
b = 5;
BlockRandom[SeedRandom[1, Method -> "MersenneTwister"];
a = # + 1 & /@
Table[IntegerDigits[RandomInteger[b^n - 1], b, n], 100]]
a // MatrixForm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment