Skip to content

A random turns generator (with true uniform distribution for fractional math) for Cheeze Wizards duels

Notifications You must be signed in to change notification settings

Chain-of-Insight/coi-random-turn-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COI Random Turn Generator

This random turns generator for Cheeze Wizards duels uses proper uniform distribution for fractional math and rounding which makes it more accurately "random" than other random number generators you will find online.

Requirements

Node.js + NPM, see: https://nodejs.org/en/download/

Installation

$ npm install

Usage

From console:

$ npm start
> Turn 1: FIRE
> Turn 2: WATER
> Turn 3: WATER
> Turn 4: WATER
> Turn 5: WIND

Notes

I've also included index.js as an exportable model in case anyone wishes to build a UI for this generator.

About

A random turns generator (with true uniform distribution for fractional math) for Cheeze Wizards duels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published