Skip to content

Commit

Permalink
Abolish entropy
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Feb 3, 2025
1 parent 96fdbfb commit 41752d8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# {{ ansible_managed }}

import datetime
import random
import sys

if sys.argv[-1] == "autoconf":
Expand Down Expand Up @@ -31,7 +30,6 @@ inherited.draw AREASTACK\
sys.exit(0)

# Fixed seed to ensure that the bank jitter is constant
random.seed(1234)
today = datetime.date.today()
savings = 740
interest_per_day = 0.0025
Expand Down

0 comments on commit 41752d8

Please sign in to comment.