A quick proof-of-concept for making npm packages, simplifies the math.random function for finding random integers
Run your tests with randomization, splitting, and parallelization for beautiful tests.
A simple randomization utility built around Mersenne Twister Pseudo-Random Number Generator
Random JSON generation, structured JSON by schema generation, no dependencies.
Babel helper for ensuring that access to a given value is performed through simple accesses
Simple update notifier to check for npm updates for cli applications
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Super-minimalist version of `concat-stream`. Less than 15 lines!
A small set of utilities for streams.
Simply swizzle your arguments
Node.js CORS middleware
Simple GIT interface for node.js
Simple yet powerful framework for building command-line apps.
A small set of utilities for child process.
deterministic randomization
Simple, EventEmitter API for WebSockets (browser)
Easy autofixable import sorting
yargs the modern, pirate-themed, successor to optimist.
A wrapper utility for interacting with plist data.
Simplified JS/TS implementation of wcswidth() written by Markus Kuhn in C
Simple Statistics
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
Markdown-it - modern pluggable markdown parser.
GitHub GraphQL API client for browsers and Node
Simple Random Number Generator including Beta, Cauchy, Chi square, Exponential, Gamma, Inverse Gamma, Laplace (double exponential), Normal, Student t, Uniform, and Weibull. Ported from John D. Cook's C# Code.
Retriable is a simple DSL to retry failed code blocks with randomized exponential backoff. This is especially useful when interacting with external APIs/services or file system calls.
A gem containing a module that generates random values of many different types.
RToken generates random tokens, of any length, for multiple purposes, ex: web urls, data identification, etc.
Simple password generator to create pronounceable or random passowords. This gem comes with an executable and might also be required.
This gem provides the ability to generate a random phrase from a customizable word list via word length and regexp matching.
Generates an array of random-walk data within user-specified limits and of an arbitrary length for use in testing.
A simple API for creating real random numbers.
Protect against bots and other spam producers
Toy project. Simple wrapper for the Random class
A simple random game, made from The Pragmatic Studio's Ruby course
Simple game simulation Ruby program written for the online Ruby Programming course from The Pragmatic Studio. Create a csv file (or use the provided file 'players.csv') that contains the player names and their initial health, and give that file as an argument to bin/studio_game. The game simulation will add two specialized players and then run a user-specified numbers of rounds, randomly assigning, or inflicting, game events on the various players, printing individual round results and a final summary at the end.