Skip to content

Latest commit

History

History
18 lines (12 loc) 路 250 Bytes

jot.md

File metadata and controls

18 lines (12 loc) 路 250 Bytes

jot

Back{: .button}

# Generate from 1 to 10
jot - 1 10

# Generate from 1 to 10 in increments of 0.5
jot - 1 10 0.5

# Generate 4 random numbers
jot -r 4

# 20 random 8-letter strings
jot -r -c 160 a z | rs -g 0 8