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.
Node.js + NPM, see: https://nodejs.org/en/download/
$ npm install
From console:
$ npm start
> Turn 1: FIRE
> Turn 2: WATER
> Turn 3: WATER
> Turn 4: WATER
> Turn 5: WIND
I've also included index.js
as an exportable model in case anyone wishes to build a UI for this generator.