- Docs for setting precision, seed, random func (globally and individually) - Real README - More advanced examples - Add docs around seeded helpers - Doc organization: Hero vs. Getting Started vs Reference - TOC - Publish to NPM - Docs: add "Refresh" butt
A Pulumi package to safely use randomness in Pulumi programs.
Helper functions around Function call/apply/bind, for use in `call-bind`
Collection of helper functions used by Babel transforms.
An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3.
Property based testing for Vitest based on fast-check
Helper utilities for creating ESLint configuration
tiny modular DOM lib for ie9+
Utilities to help expose prettier output in linting tools
Color helpers to ease transformation between formats, gamut, etc
A universally-unique, lexicographically-sortable, identifier generator
Plugin utilities for Rolldown
Internal helpers used by core Astro packages.
TypeScript helpers for consuming openapi-typescript types
<p> <a href="https://www.npmjs.com/package/vue-component-type-helpers"><img src="https://img.shields.io/npm/v/vue-component-type-helpers.svg?labelColor=18181B&color=1584FC" alt="NPM version"></a> <a href="https://github.com/vuejs/language-tools/blob/m
Predict Math.random output in Node, Deno, Bun, Chrome, Firefox, and Safari
Cacheable Utilities for Caching Libraries
All the cryptographic primitives used in Ethereum.
Read and write files atomically and reliably.
Oxc's modular runtime helpers
Twilio SendGrid NodeJS internal helpers
Web3 core tools helper for sub packages. This is an internal package.
Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.
This plugin contains helper functions that’ll be placed at the top of the generated code
Incorprates random instance methods into Ruby classes, for misc random helpers
RSpec helpers for generating random entities.
Gem for a bunch of random, re-usable Rails Concerns & Helpers
RSpec helpers for generating random entities.
Adds random fuzzy helper methods to various ruby classes
A helper gem to emulate random generated web browser user agents when using webdriver
View helper that generates a random amount of lorem ipsum text with each page load.
Helper method to create unique random avatars for user basing on for ex. username or email
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
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.