issues Search Results · repo:tc39/proposal-seeded-random language:HTML
Filter by
33 results
(88 ms)33 results
intc39/proposal-seeded-random (press backspace or delete to remove)#31 points out, correctly, that since the function is a constructor, it needs to start with a capital letter. Let s open
up the naming discussion more broadly, tho.
The current name (seededPRNG) came ...
tabatkins
- 4
- Opened 3 days ago
- #33
It was pointed out in TG3 review that being seeded and being not a shitty race-to-the-bottom fast algorithm are somewhat
orthogonal. That is, people might want the qualities of decent random generator ...
tabatkins
- 1
- Opened 4 days ago
- #32
https://github.com/tc39/proposal-seeded-random/commit/f3e316c7ad6a290584fdefe79ad4852f5970e390 creates a seededPRNG
constructor, but it should be SeededPRNG.
domenic
- 4
- Opened 8 days ago
- #31
A number of prng libraries support the ability to quickly jump a specified distance down the value sequence, without
having to actually generate all the intermediate values manually.
Is this worth adding? ...
tabatkins
- 1
- Opened 9 days ago
- #30
Currently, the proposal doesn t distinguish between seed and state - the constructor takes a seed and there s a
getter/setter for the seed to let you save and restore state.
However, it s been pointed ...
tabatkins
- 2
- Opened 9 days ago
- #29
Hello 👋
stdlib developer here. Just wanted to share some lessons learned and provide feedback based on our experience having
developed a library of seedable PRNGs (see
https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base). ...
kgryte
- 6
- Opened 9 days ago
- #28
It seems like this will create instances of some new class, with methods random() and randomSeed(), and a getter seed.
I think that class should be exposed, and new ThatClass(seed) should be the way to ...
domenic
- 1
- Opened 10 days ago
- #27
The explainer doesn t currently explain the input types in much detail, but I wanted to flag that we should follow the
usual web platform pattern of accepting any typed array, DataView, or ArrayBuffer, ...
domenic
- 6
- Opened 10 days ago
- #26
Per discussions in #18 (/cc @bakkot) aa52a71abdfbc07573b19fd4e24abad5562c0c41 changed the input type from BigInt to
Uint8Array. This also means the seed getter returns a Uint8Array.
However, Uint8Arrays ...
domenic
- 5
- Opened 10 days ago
- #25
I like this proposal and hope for a it a merry and smooth voyage to stage 4.
I would be more enthusiastic if the name had no humps, e.g., Math.prng, Math.seeded.
I’m not convinced this needs an options ...
kriskowal
- 2
- Opened 10 days ago
- #24

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.