3 lines
89 B
Bash
3 lines
89 B
Bash
#!/bin/bash
|
|
|
|
< /dev/urandom tr -cd '0-9' | fold -w 1 | jq -nr -f probabilistic-choice.jq
|