Skip to content
This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 310 Bytes

File metadata and controls

6 lines (5 loc) · 310 Bytes

NumberGenerator

Usage

  • 3d20 Generates 3 random numbers between 1 and 20 both included.
  • 5d30, 10+ Generates 5 random numbers between 1 and 30 both included. Removes all number > 10.
  • 10d300, 100- Generates 5 random numbers between 10 and 300 both included. Removes all number < 100.