()
| 1818 | } |
| 1819 | |
| 1820 | function getRandom() { |
| 1821 | if (Array.isArray(this) || this instanceof String) |
| 1822 | return this[Math.floor(Math.random() * this.length)] |
| 1823 | return Math.floor(Math.random() * this) |
| 1824 | } |
| 1825 | |
| 1826 | /** |
| 1827 | * ?? |
nothing calls this directly
no outgoing calls
no test coverage detected