#delimit; clear; set obs 10; gen c1 = tan(_pi*uniform()-.5); gen n1 = invnorm(uniform()); summarize c1 n1;