generate whole differnt random numbers across cases or rows

P

PatriciaM

I want to generate whole random numbers down a column. When I use rand()*
method I recieve multiple values of the genererated numbers down the columns
or cases. How can I do this without repeating the number, or so that every
number is unique?
 
Top