From d7e934156858287cdb7597ad0dced97d4d279f2f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 28 Feb 2019 20:28:20 -0500 Subject: Got it bot-ready! Using C++ randomization now, along with an update to rawr-ebooks that allows it to do the same. Cleaned up the code here and there. Added in the twitter client and the config file reader. We can use librawr's histogram class now, so we don't need our own. Also why did we not name this bot "aspartame". It's a Sugar replacer. Hahaha. I'm Pink Diamond. --- histogram.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 histogram.h (limited to 'histogram.h') diff --git a/histogram.h b/histogram.h deleted file mode 100644 index 76d8f1b..0000000 --- a/histogram.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef HISTOGRAM_H_24094D97 -#define HISTOGRAM_H_24094D97 - -#include -#include - -template -class histogram { - public: - void add(const T& inst); - void compile(); - const T& next() const; - void print() const; - - private: - std::map freqtable; - std::map distribution; -}; - -#endif /* end of include guard: HISTOGRAM_H_24094D97 */ -- cgit 1.4.1