Question: sequence with random step

I want to build a sequence with random step between numbers, the first number must be 0 and the last must be 10, for example:

No of numbers 6

[0,2,3,6,9,10]

seq function does not allow rand function, is there any other way?

Please Wait...