create a random number between 0 and 1
example:
clear
set obs 1000
gen u=uniform()
sum u
list
Categories: Lab2