A Node.JS implementation of the AWS SDK for JavaScript's `randomValues` interface
npm install @aws-crypto/random-source-nodeAccess to a secure random source in NodeJs.
This package exists provide a consistent interface
with @aws-crypto/random-source-browser.
Especially for @aws-crypto/random-source-universal
``
import {randomValues} from '@aws-crypto/random-source-node'
const seedData = await randomValues(16);
`
npm test`