AshlinHarris / Spinners.jl

Command line spinners in Julia with Unicode support
MIT License
13 stars 1 forks source link

Add random mode #18

Closed AshlinHarris closed 1 year ago

AshlinHarris commented 1 year ago

I think it's best to make selections haphazard, as opposed to pseudorandom. For instance, repeats could be disallowed with i = rand(filter((x) -> x!= i, 1:l)).