0
1
In many cases I need to not just generate a list of random integers (which is easy), but to type random integers into various software.
For example, to skip a random number of lines (1 to 100) in Vim, I need to type that number into Vim, then type "j".
Ideally a key combination on the keyboard would do something like that.
I press it. It types
34
.I press it. It types
56
.I press it. It types
3
....