From 37d32621e8b03e5c14f5b7520e76270a7fb226bd Mon Sep 17 00:00:00 2001 From: "kayos@tcp.direct" Date: Sat, 1 Jan 2022 23:44:05 -0800 Subject: [PATCH] Make godoc happy --- LICENSE | 13 +++++++++++++ entropy_test.go | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5054303 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2021 yung innanet + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/entropy_test.go b/entropy_test.go index c4c24e6..5222fbe 100644 --- a/entropy_test.go +++ b/entropy_test.go @@ -11,7 +11,7 @@ func Test_RNG(t *testing.T) { one := RNG(55555) t.Logf("Random0: %d Random1: %d", zero, one) if zero == one { - t.Fatal("RNG hit a duplicate") + t.Errorf("RNG hit a duplicate! %s == %s", zero, one) } zero = 0 one = 0