Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 346 Bytes

randnum

Generates random numbers on the command line

Examples:

 % ./randnum normal 3 4
 0.309662
 % ./randnum uniform-real 3 5
 3.59357
 % ./randnum uniform-int 3 5
 5

TODO