| //#region src/types/RandomGenerator.d.ts | |
| interface RandomGenerator { | |
| /** Produce a fully independent clone of the current instance */ | |
| clone(): RandomGenerator; | |
| /** | |
| * Generate next value BUT alters current generator. | |
| * Values uniform in range -0x8000_0000 (included) to 0x7fff_ffff (included) | |
| */ | |
| next(): number; | |
| /** Access to the internal state of a RandomGenerator in a read-only fashion */ | |
| getState(): readonly number[]; | |
| } | |
| //#endregion | |
| export { RandomGenerator as t }; |
Xet Storage Details
- Size:
- 487 Bytes
- Xet hash:
- aec478fafc010c2aba3073ac5425ebafbf1d12709e5c24340f8cb51285c5967a
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.