Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: create unique random number variable


From   raoul reulen <[email protected]>
To   [email protected]
Subject   st: create unique random number variable
Date   Tue, 24 Apr 2012 10:37:19 +0100

Hello

I'm trying to generate a random number variable like this:

.set seed 12345
.gen x = int(1000*uniform())

However, the random numbers in variable x are not unique. Is there a
way to ensure they are unique?

Thanks!

Raoul
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index