Beispiel #1
0
    def time_stamp_calc(self):
        time = floor(self.creation_time)
        # choosing a seed value to compare, in this case, the date im writing this code
        seed = 10012019
        alpha = Alphabet()
        alpha.shuffle()
        index = (time % seed)
        # digit_one = alpha[temp_time % seed]
        # alpha = alpha.shuffle()
        # digit_two = alpha[temp_time % seed]

        return index