Talk:Random numbers: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 1: 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)
sorry for editing without logging in - that was me all along...[[User:Sgeier|Sgeier]] 00:57, 7 April 2007 (EDT)