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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
skepticalhippo

skepticalhippo/crypto-random

A cryptographically strong random number generator. Designed to be a drop-in replacement for Math.random. Can be used with Node or in a browser.

JavaScript
8
1
MIT License
SkepticalHippo's profile
SkepticalHippo
45 contributions
touhidurrr's profile
touhidurrr
1 contributions

Support the dependencies of skepticalhippo/crypto-random

Account's avatar
jestjs/jest
Delightful JavaScript Testing.

crypto‑random provides a zero‑dependency, cryptographically secure random number generator that can be used as a drop‑in replacement for `Math.random` in both Node.js (v14+) and modern browsers. It exposes simple methods like `value()` for a random float [0, 1) and `range(min, max)` for secure integer selections, making it useful for developers who need stronger randomness without changing their existing code.