(thangList)
| 924 | } |
| 925 | |
| 926 | function getRandomThang (thangList) { |
| 927 | return thangList[_.random(0, thangList.length - 1)] |
| 928 | } |
| 929 | |
| 930 | function getRandomPosition (result) { |
| 931 | const row = Math.floor(Math.random() * result.presetSize.rows) |
no outgoing calls
no test coverage detected