User contributions
Jump to navigation
Jump to search
- 14:04, 26 December 2010 diff hist +21 Category:LSL Library
- 11:10, 26 December 2010 diff hist +206 N Random Gaussian Number Generator Created page with "<lsl> float randGauss(float mean=0.,float stdev=1.){ float V1,V2,S; do{ V1=2*llFrand(1.)-1; V2=2*llFrand(1.)-1; S=V1*V1+V2*V2; }while (S>=1); return mean+stdev*V1*llSqr…"
- 11:09, 26 December 2010 diff hist +177 Category:LSL Library
- 05:29, 13 April 2009 diff hist +270 Talk:LSL HTTP server →i haven't been able to get this to compile: new section