From 3e8be112fe4f35c24d5b9eb81779f3f7216140fa Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 24 Oct 2021 20:13:37 +0200 Subject: [PATCH] Updated GetChar() method to use a much faster and optimized algorithm --- .idea/workspace.xml | 10 ++-- cmd/apg/apg.go | 2 +- cmd/apg/apg_test.go | 12 ++--- .../simple-password-generator/main.go | 2 +- random/random.go | 48 ++++++++++++++----- 5 files changed, 50 insertions(+), 24 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5ef3a48..7178bd0 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,12 @@