Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of chakrit/randstream

Account's avatar
nodejs/readable-stream
Node.js Streams, a user-land copy of the stream library from Node.js
Account's avatar
TooTallNate/node-throttle
Node.js Transform stream that passes data through at `n` bytes per second

Support the repos that depend on this repository

Top contributors

chakrit's profile
chakrit
5 contributions
bprodoehl's profile
bprodoehl
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
chakrit

chakrit/randstream

Stream of random bytes.

JavaScript
2
1
No license

RandStream is a small Node.js library that provides a readable stream continuously emitting random‑looking bytes. It supports several modes (true random, pseudo‑random, zero‑filled, binary “0/1”, alphabetic or numeric streams, and a pregenerated buffer) and can be used programmatically or via a CLI (`rand`) for testing, benchmarking, or any situation where a fast source of arbitrary data is needed. It targets developers who need a simple, configurable source of random or patterned byte streams in Node applications or command‑line workflows.