aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc2
1 files changed, 0 insertions, 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.