* Generates a random integer in the range Number.MIN_SAFE_INTEGER to * Number.MAX_SAFE_INTEGER (both inclusive).
()
| 81 | * Number.MAX_SAFE_INTEGER (both inclusive). |
| 82 | */ |
| 83 | nextIntUnsafe(): number |
| 84 | |
| 85 | /** |
| 86 | * Generates a random number in the range 0 (inclusive) to 1 (exclusive). |
no outgoing calls
no test coverage detected