CatMath: Difference between revisions
Jump to navigation
Jump to search
Created page with "==Mathematics== {| class="sortable" {{Prettytable}} |- {{Hl2}} ! '''Name''' ! '''Creator''' ! '''Description''' |- ||Prefix Calculator ||[[User:Xaviar Czervik|Xaviar Czervik…" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{LSL Header|ml=*}}{{RightToc}} | |||
==Mathematics== | ==Mathematics== | ||
| Line 24: | Line 25: | ||
||Generates a random number drawn from a normal (Gaussian; bell-curve) distribution, based on a specified mean/stdev | ||Generates a random number drawn from a normal (Gaussian; bell-curve) distribution, based on a specified mean/stdev | ||
|} | |} | ||
{{LSLC|}} | |||
Revision as of 17:05, 3 April 2011
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Mathematics
| Name | Creator | Description |
|---|---|---|
| Prefix Calculator | Xaviar Czervik | A calculator that evaluates expressions in prefix notation.
|
| Mandelbrot Explorer | Babbage Linden | An interactive fractal explorer. |
| Pseudo-random Number Generator | Xaviar Czervik | Generates a Pseudo-random number between -0x7FFFFFFF and 0x7FFFFFFF |
| Random Gaussian Number Generator | Vlad Davidson | Generates a random number drawn from a normal (Gaussian; bell-curve) distribution, based on a specified mean/stdev |