* Generates a random number in the range 0 (inclusive) to 1 (exclusive).
()
| 86 | * Generates a random number in the range 0 (inclusive) to 1 (exclusive). |
| 87 | */ |
| 88 | nextDoubleUnsafe(): number |
| 89 | |
| 90 | /** |
| 91 | * Generates cryptographically secure random bytes. |
no outgoing calls
no test coverage detected