Rev 20 | Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 4161 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !goto proc |
2 | !goto proc |
3 | !endif |
3 | !endif |
4 | slib_title=Generation of exponential random numbers |
- | |
- | 4 | ||
5 | slib_parms=2\ |
5 | slib_parms=2\ |
6 | ,m\ |
6 | ,m\ |
7 | ,lambda |
7 | ,lambda |
8 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
8 | slib_author=Adeline Grelot and Bernadette PERRIN-RIOU |
9 | slib_out=random data of m numbers following an exponential law of parameter lambda |
- | |
- | 9 | ||
10 | slib_comment= \lambda*exp(-\lambda*x) |
10 | slib_comment= \lambda*exp(-\lambda*x) |
11 | slib_example=15,6 |
11 | slib_example=15,6 |
12 | !exit |
12 | !exit |
13 | 13 | ||
14 | :proc |
14 | :proc |