Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@bdavidxyz/rolldice

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bdavidxyz/rolldice

Rolls dice between 1 and 6

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Roll Dice

A small library that rolls a classic dice : 1 to 6.

Installation

npm install @bdavidxyz/rolldice

Usage

var rollDice = require('@bdavidxyz/rolldice');

var rolled = rollDice();

console.log(rolled);

Output should be a number between 1 (inclusive) and 6 (inclusive)

Tests

No test.

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style.

Keywords

roll

FAQs

Package last updated on 07 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts