Proposal for `Random.fromSource` Function to Support True Randomness Sources

Any love for adding a Random.fromSource fn to support true randomness sources? I want to use the Random service for cryptography.

Random.fromSource(bytes => crypto.getRandomValues(bytes));
Was this page helpful?