DRV

Hi. This is the github page of the DRV project (fork).

What for?

For beautiful things like this picture:

Install

TBA.

Basic Usage

import drv.dice.basic
dice = drv.dice.basic.ndk(3, 6)
print dice.mean

The output should be 10.5.

Examples