22:22
<TabAtkins>
For anyone interested in the More Random Functions proposal, it's been updated to a Stage 1 version https://github.com/tc39/proposal-random-functions that cuts it down to just uniform random numbers and bytes. The other sets of methods have been split out to Random Collection Functions https://github.com/tabatkins/proposal-random-collection-functions and Random Non-Uniform Distributions https://github.com/tabatkins/proposal-random-distributions, both at Stage 0, per the Stage 1 advancement conditions.
22:23
<TabAtkins>
(And for that matter, Random.Seeded https://github.com/tc39/proposal-seeded-random has been updated with the meeting feedback, and is ready for further review from anyone interested.)