Open sirisian opened 2 years ago
WIP issue.
TODO: Include references to the various random number and seeded random proposals.
Stuff like:
Math.random<int32>(0, 100);
TODO: seeded random examples and unseeded ones
TODO: different standard RNG functions for speed and cryptographic ones. Native implementations preferred and custom implementations.
TODO: Ability to create array of typed RNG values
TODO: Ability to fill array with RNG values quickly
TODO: WebWorkers explanations
https://github.com/sirisian/ecmascript-types/blob/master/random.md
WIP issue.
TODO: Include references to the various random number and seeded random proposals.
Stuff like:
TODO: seeded random examples and unseeded ones
TODO: different standard RNG functions for speed and cryptographic ones. Native implementations preferred and custom implementations.
TODO: Ability to create array of typed RNG values
TODO: Ability to fill array with RNG values quickly
TODO: WebWorkers explanations