()
| 172 | } |
| 173 | |
| 174 | export function randomNumsAndStrings(): (string | number)[] { |
| 175 | return multipleOf(randomNumOrStr); |
| 176 | } |
| 177 | |
| 178 | // increased truthiness range: {0, 1}, or negative for decreased truthiness |
| 179 | export function randomBoolean(truthiness = 0): boolean { |
no test coverage detected