Password generator: Difference between revisions

Content added Content deleted
(→‎functional: Need improvement)
Line 3,067: Line 3,067:


===functional===
===functional===

{{improve|Raku|Does not check for, warn of, or forbid complete elimination of a required character category (as required by the task specs.)<br />Further, has very poor randomization. '''Every''' 8 character password has ''exactly'' 2 characters from each category. '''Every''' 12 character password has ''exactly'' 3 from each category, and they are always added in the same order.}}


<lang perl6>
<lang perl6>