RunKit + npm: xdicey

node v8.17.0
endpointsharetweet
var SIDES = 6 //Testing with a d6 var TIMES = 1 //Throwing it one time var xdicey = require("xdicey")(TIMES,SIDES) console.log("Threw a " + TIMES + "d" + SIDES + " and got " + xdicey + ".")
Created from: https://npm.runkit.com/xdicey
Loading…