File: pick.md

package info (click to toggle)
node-chance 2.2.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,612 kB
  • sloc: javascript: 16,572; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# pick

```js
// usage
chance.pick(array)
chance.pick(array, count)
```

**`pick()` is now deprecated in favor of `pickone()` and `pickset()`**