Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a typed Math.random library using generics #74

Open
sirisian opened this issue Nov 7, 2022 · 1 comment
Open

Create a typed Math.random library using generics #74

sirisian opened this issue Nov 7, 2022 · 1 comment

Comments

@sirisian
Copy link
Owner

sirisian commented Nov 7, 2022

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

@sirisian
Copy link
Owner Author

sirisian commented Dec 1, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant