https://github.com/randplus/buffer
A package that adds functions for random.
https://github.com/randplus/buffer
buffer nodejs npm package random
Last synced: 2 months ago
JSON representation
A package that adds functions for random.
- Host: GitHub
- URL: https://github.com/randplus/buffer
- Owner: randplus
- Created: 2024-10-07T04:20:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T03:52:57.000Z (7 months ago)
- Last Synced: 2025-03-28T12:39:32.376Z (3 months ago)
- Topics: buffer, nodejs, npm, package, random
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@randplus/buffer
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @randplus/buffer
Generate random buffers.
This package is included in '[randplus](https://www.npmjs.com/package/randplus)'.## Usage
```js
const random = require('@randplus/buffer');console.log(random()) // ''
console.log(random(16)) // ''
```