User contributions for Vlad Davidson
A user with 4 edits. Account created on 13 April 2009.
26 December 2010
- 15:0415:04, 26 December 2010 diff hist +21 Category:LSL Library No edit summary
- 12:1012: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…"
- 12:0912:09, 26 December 2010 diff hist +177 Category:LSL Library No edit summary
13 April 2009
- 06:2906:29, 13 April 2009 diff hist +270 Talk:LSL HTTP server →i haven't been able to get this to compile: new section