1.0.1 • Published 5 years ago
@bluapostrophe/dices v1.0.1
Dices
A set of methods that simulate polyhedral dices. See the documentation below.
Documentation
~ d2() returns either 1 or 2.
~ d3() returns random natural numbers from scope <1-3>.
~ d4() returns random natural numbers from scope <1-4>.
~ d6() returns random natural numbers from scope <1-6>.
~ d8() returns random natural numbers from scope <1-8>.
~ d12() returns random natural numbers from scope <1-12>.
~ d20() returns random natural numbers from scope <1-20>.
~ d30() returns random natural numbers from scope <1-30>.