All Projects → chancejs → Chancejs

chancejs / Chancejs

Licence: mit
Chance - Random generator helper for JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chancejs

SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (-99.37%)
Mutual labels:  random
Uniuri
Go package uniuri generates random strings good for use in URIs to identify unique objects.
Stars: ✭ 336 (-94.09%)
Mutual labels:  random
Librmath.js
Javascript Pure Implementation of Statistical R "core" numerical libRmath.so
Stars: ✭ 425 (-92.52%)
Mutual labels:  random
random-in
Get Random Numbers, Names, Dates and much more.
Stars: ✭ 15 (-99.74%)
Mutual labels:  random
Markovnamegenerator
✒️ Markov process-based procedural name and word generator
Stars: ✭ 300 (-94.72%)
Mutual labels:  random
Gommon
Common packages for Go
Stars: ✭ 389 (-93.15%)
Mutual labels:  random
melanchat
Friendly Random Chat
Stars: ✭ 13 (-99.77%)
Mutual labels:  random
Stuffz
Basically a script thrift shop
Stars: ✭ 539 (-90.51%)
Mutual labels:  random
Roguesharp
A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
Stars: ✭ 316 (-94.44%)
Mutual labels:  random
Dharma
Generation-based, context-free grammar fuzzer.
Stars: ✭ 416 (-92.68%)
Mutual labels:  random
ChessPositionRanking
Software suite for ranking chess positions and accurately estimating the number of legal chess positions
Stars: ✭ 78 (-98.63%)
Mutual labels:  random
Commodity Injection Signatures
Commodity Injection Signatures, Malicious Inputs, XSS, HTTP Header Injection, XXE, RCE, Javascript, XSLT
Stars: ✭ 267 (-95.3%)
Mutual labels:  random
Portable Snippets
Collection of miscellaneous portable C snippets.
Stars: ✭ 397 (-93.01%)
Mutual labels:  random
terraform-provider-random
Supports the use of randomness within Terraform configurations. This is a logical provider, which means that it works entirely within Terraform logic, and does not interact with any other services. This provider is maintained by the HashiCorp Terraform team.
Stars: ✭ 109 (-98.08%)
Mutual labels:  random
User Agents
A JavaScript library for generating random user agents with data that's updated daily.
Stars: ✭ 485 (-91.46%)
Mutual labels:  random
fastrand
10x faster than crypto/rand
Stars: ✭ 76 (-98.66%)
Mutual labels:  random
Fake Filler Extension
A browser extension for Chrome, Edge and Firefox that fills dummy text in all input fields in a page.
Stars: ✭ 383 (-93.26%)
Mutual labels:  random
Kanye.rest
🌊 A free REST API for random Kanye West quotes (Kanye as a Service)
Stars: ✭ 558 (-90.18%)
Mutual labels:  random
Random
Random for modern C++ with convenient API
Stars: ✭ 523 (-90.8%)
Mutual labels:  random
Handyswift
Handy Swift features that didn't make it into the Swift standard library.
Stars: ✭ 403 (-92.91%)
Mutual labels:  random

Chance

Chance Logo

Build Status GitHub license GitHub stars npm jsDelivr Hits npm Coverage Status awesomeness

Chance - Random generator helper for JavaScript

Homepage: http://chancejs.com

Many more details on http://chancejs.com but this single library can generate random numbers, characters, strings, names, addresses, dice, and pretty much anything else.

It includes the basic building blocks for all these items and is built on top of a Mersenne Twister so it can generate these things with repeatability, if desired.

Usage

See the full docs for details on installation and usage.

Dependent tools

  • Chance CLI - Use Chance on the command line.
  • Chance Token Replacer - Replace tokens in a string with Chance generated items.
  • Dream.js - Lightweight json data generator
  • Fake JSON Schema - Use chance generators to populate JSON Schema samples.
  • Mocker Data Generator - Minimal JSON data generator.
  • swagger-mock-api - Generate API mocks from a Swagger spec file enriched with Chance types and constraints
  • fony - A simple command line tool for generating fake data from a template string

Or view all of the dependents on npm

Know a library that uses Chance that isn't here? Update the README and submit a PR!

Author

Victor Quinn

https://www.victorquinn.com @victorquinn

Please feel free to reach out to me if you have any questions or suggestions.

Contributors

THANK YOU!

Contribute!

Be a part of this project! You can run the test using the following.

  1. Install dependencies from package.json by running npm install
  2. Run the test via npm test
  3. Make some fun new modules!

This project is licensed under the MIT License so feel free to hack away :)

Proudly written in Washington, D.C.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].