I am trying to create 2 list of random numbers of the same length
The 1st list random list i can do
RandomIntegerRandomInteger[{1, 7}, 10]
to get {6, 5, 4, 7, 2, 1, 5, 5, 2, 6}
the 2nd list however i want 10 numbers from 1-30 that are all different and in order,
what do i need to add to...