@cryptiumtech/random-util

Generate random data in a Node environment

Usage no npm install needed!

<script type="module">
  import cryptiumtechRandomUtil from 'https://cdn.skypack.dev/@cryptiumtech/random-util';
</script>

README

random-util-node-js

A library that generates random numbers in hex and base64 format, in a Node environment.

Build:

npm run lint
npm run build

Run all tests:

npm test

Run a single test file:

npx mocha test/unit/example.js