csharp-algorithm-coupon-code icon indicating copy to clipboard operation
csharp-algorithm-coupon-code copied to clipboard

Implementation of Perl's Algorithm::CouponCode in C# - https://www.nuget.org/packages/Powell.CouponCode/

Results 3 csharp-algorithm-coupon-code issues
Sort by recently updated
recently updated
newest added

If a generated code contains a "bad word" it will never escape the generation loop. This patch clears out bad codes so a clean one can be created.

I don't see any usage of plaintext in Option. Should you remove it?