Popularity
6.4
Declining
Activity
0.0
Stable
3
10
0
Monthly Downloads: 5
Programming language: Haskell
License: GNU General Public License v2.0 only
Tags:
ACME
Latest version: v0.1.7
roller alternatives and similar packages
Based on the "ACME" category.
Alternatively, view roller alternatives based on common mentions on social networks and blogs.
-
yes-precure5-command
Extended yes command to reproduce the phrases when the Japanese battle heroine PreCure transform. -
acme-cutegirl
A package which exists solely to try and give the user a cute girl. Executable and library are both available.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of roller or a related project?
README
Roller
Roller is a nice little utility that lets us generate numbers from dice expressions popular in pen and paper role playing games. Haskell implementation of dice notation.
Builds
master
develop
current version
Usage & sample dice rolls:
Single Terms:
Constant Term:
$ roller "4"
4
Dice Term:
$ roller "4d5"
10
Combined Terms:
Addition:
$ roller "3d10 + 2"
23
Subtraction (verbose mode):
$ roller -v "3d10 - 2"
16 [7,3,8,-2]
Multiple rolls:
$ roller -n5 "1d4"
1
3
3
2
3