Express middleware to generate entropy via random bytes from Node.js crypto module.
express-random-number-generator
A Module to Express random Berries
Generate random numbers from various distributions.
A Module to Express random Pokemon and Berries soon
TypeScript definitions for d3-random
Fastest random ID and random string generation for Node.js
Fast, unopinionated, minimalist web framework
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
URL and cookie safe UIDs
Use the random function in CSS
An alias package for `crypto.randomBytes` in Node.js and/or browsers
Generate a cryptographically strong random string
TypeScript definitions for express
Generate random (or seeded) names, based on 1990 Census data
Random utility functions for ethers.
A Pulumi package to safely use randomness in Pulumi programs.
OpenTelemetry instrumentation for `express` http web application framework
A small implementation of `crypto.getRandomValues` for React Native. This is useful to polyfill for libraries like [uuid](https://www.npmjs.com/package/uuid) that depend on it.
Provides functions for detecting if the host environment supports the WebCrypto API
Generate a random integer
Statistical routines and probability distributions.
TypeScript definitions for express-serve-static-core
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
Generate random strings from regular expression
Random String generator from regular expression
Library for generating random strings from regular expressions.
Generate random strings which match a Regular expression
Easily generate strings supplying a very simple pattern. '10-20:Xn/x/'.generate #>qBstvc6JN8ra. Generate random strings using a regular expression (Regexp): /[a-z0-9]{2,5}w+/.gen . Also generate words in English or Spanish. Perfect to be used in test data factories. Also, validate if a text fulfills a specific pattern or even generate a string following a pattern and returning the wrong length, value... for testing your applications.
Library for generating random strings from regular expressions.
This gem allow users to generate random words. The user must provide a LANG file with defined phonemes and a regular grammatical expression. You can learn how to create LANG files, or explore some examples, at this project's source repository on Github: https://github.com/fluorine/ConlangWordGenerator
Chansu is a Ruby DSL for working with randomness and probability. It provides helpers like `chance("35%")`, `dice(6, 3)`, and RPG-style aliases such as `d20` and `d100`. It also includes higher-level constructs like `often { ... }`, `rarely { ... }`, and `until_success` for expressive probabilistic logic. Useful for games, simulations, and playful Ruby experiments.
For us humans, it's always easier to remember a pronounceable string, even if it is meaningless, than to remember a long number. Koremutake is a system you can use to translate any number (of course, particularly suited at long numbers) to a sequence of syllables. Typical uses of Koremutake strings are auto-generated user passwords or URLs. This module is based in Leon Brocard's String::Koremutake Perl module, available at http://search.cpan.org/dist/String-Koremutake/lib/String/Koremutake.pm which is, in turn, based upon Shorl (http://shorl.com/koremutake.php). Koremutake is a «way to express any large number as a sequence of syllables», and the general idea is based in Sean B. Palmer's «Memorable Random String» term, http://infomesh.net/2001/07/MeRS/