Bash: Random numbers for fun and profit

https://www.redpill-linpro.com/sysadvent/2016/12/13/bash_random_numbers.html
bash has many things that just works automagically. Did you know it has a built-in pseudorandom number generator? Let’s play games! Before continuing, note that this is pseudo-randomization with a small footprint.
(421 words)