| import { t as RandomGenerator } from "../RandomGenerator-DcXj09Ch.js"; | |
| //#region src/distribution/uniformFloat32.d.ts | |
| /** | |
| * Uniformly generate random 32-bit floating point values between 0 (included) and 1 (excluded) | |
| * | |
| * @remarks Generated values are multiples of 2**-24, providing 24 bits of randomness. | |
| * | |
| * @param rng - Instance of RandomGenerator to extract random values from | |
| * | |
| * @public | |
| */ | |
| declare function uniformFloat32(rng: RandomGenerator): number; | |
| //#endregion | |
| export { uniformFloat32 }; |
Xet Storage Details
- Size:
- 498 Bytes
- Xet hash:
- 30ceb60781b7c89fa92d21a57dba531ce7204fa7631cd6c0e2749efaa4ae2598
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.