An open API service indexing awesome lists of open source software.

https://github.com/guyoung/randombytes-adapter

Random bytes adapter module, support CommonJS
https://github.com/guyoung/randombytes-adapter

Last synced: 8 months ago
JSON representation

Random bytes adapter module, support CommonJS

Awesome Lists containing this project

README

          

# randombytes-adapter

Random bytes adapter module, support CommonJS

## Usage

### Node.js / CommonJS

```javascript
var randomBytes = require("randombytes-adapter")

console.log(randomBytes(16))

```