Skip to content

Commit 43c0d33

Browse files
committed
Abolish entropy
1 parent c680c57 commit 43c0d33

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ansible/roles/munin-node/templates/plugins/lovelace/lovering_inheritance.py.j2

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# {{ ansible_managed }}
33

44
import datetime
5-
import random
65
import sys
76

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

3332
# Fixed seed to ensure that the bank jitter is constant
34-
random.seed(1234)
3533
today = datetime.date.today()
3634
savings = 740
3735
interest_per_day = 0.0025

0 commit comments

Comments
 (0)