Jump to content

Talk:Random numbers: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
Isn't this page misnamed? These are all pseudo-random numbers, I think.
 
== Formatting trouble ==
 
Here's SAS code, which I can't figure out how to format for this wiki right now:
 
data test;
do i = 1 to 1000;
x = rand("NORMAL",1,.5);
output;
end;
run;
 
 
 
sorry for editing without logging in - that was me all along...[[User:Sgeier|Sgeier]] 00:57, 7 April 2007 (EDT)
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.