|
497 | 497 | "path": "@stdlib/random/streams/cosine", |
498 | 498 | "group": "random" |
499 | 499 | }, |
| 500 | + { |
| 501 | + "command": "random-erlang", |
| 502 | + "description": "Erlang distributed pseudorandom numbers.", |
| 503 | + "path": "@stdlib/random/streams/erlang", |
| 504 | + "group": "random" |
| 505 | + }, |
500 | 506 | { |
501 | 507 | "command": "random-gamma", |
502 | 508 | "description": "Gamma distributed pseudorandom numbers.", |
|
515 | 521 | "path": "@stdlib/random/streams/improved-ziggurat", |
516 | 522 | "group": "random" |
517 | 523 | }, |
518 | | - { |
519 | | - "command": "random-kumaraswamy", |
520 | | - "description": "Kumaraswamy distributed pseudorandom numbers.", |
521 | | - "path": "@stdlib/random/streams/kumaraswamy", |
522 | | - "group": "random" |
523 | | - }, |
524 | 524 | { |
525 | 525 | "command": "random-invgamma", |
526 | 526 | "description": "Inverse gamma distributed pseudorandom numbers.", |
527 | 527 | "path": "@stdlib/random/streams/invgamma", |
528 | 528 | "group": "random" |
529 | 529 | }, |
| 530 | + { |
| 531 | + "command": "random-kumaraswamy", |
| 532 | + "description": "Kumaraswamy distributed pseudorandom numbers.", |
| 533 | + "path": "@stdlib/random/streams/kumaraswamy", |
| 534 | + "group": "random" |
| 535 | + }, |
530 | 536 | { |
531 | 537 | "command": "random-laplace", |
532 | 538 | "description": "Laplace distributed pseudorandom numbers.", |
|
545 | 551 | "path": "@stdlib/random/streams/logistic", |
546 | 552 | "group": "random" |
547 | 553 | }, |
| 554 | + { |
| 555 | + "command": "random-lognormal", |
| 556 | + "description": "Lognormal distributed pseudorandom numbers.", |
| 557 | + "path": "@stdlib/random/streams/lognormal", |
| 558 | + "group": "random" |
| 559 | + }, |
548 | 560 | { |
549 | 561 | "command": "random-minstd", |
550 | 562 | "description": "Park and Miller LCG pseudorandom numbers.", |
|
563 | 575 | "path": "@stdlib/random/streams/mt19937", |
564 | 576 | "group": "random" |
565 | 577 | }, |
| 578 | + { |
| 579 | + "command": "random-normal", |
| 580 | + "description": "Normally distributed pseudorandom numbers.", |
| 581 | + "path": "@stdlib/random/streams/normal", |
| 582 | + "group": "random" |
| 583 | + }, |
566 | 584 | { |
567 | 585 | "command": "random-randi", |
568 | 586 | "description": "Pseudorandom numbers having integer values.", |
|
0 commit comments