From afcb63be10747a41c6a2e7db32155e96a8cca9a0 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Fri, 17 Feb 2023 17:50:35 +0000 Subject: Simplify README.adoc --- README.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.adoc b/README.adoc index c3dc35d..3e9d23d 100644 --- a/README.adoc +++ b/README.adoc @@ -4,8 +4,6 @@ A consistent "magic 8-ball" that chooses the result based on a hash of the input Since the standard non-committal answers in a magic 8-ball indicate that you should try again later, we first randomly decide if we should use a non-committal answer or not, and only if not, use the hash of the input to pick an unchanging committal answer. -We use the "djb2" hash function because of its simplicity. - == Rationale It is somewhat strange that magic 8-balls, both physical and digital, can return opposite responses to the same question. At least in the digital case, we can mitigate this. -- cgit v1.2.3-57-g22cb