Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Færevaag committed Jun 24, 2013
2 parents cbf0d71 + 3d2e5bc commit ffa9835
Show file tree
Hide file tree
Showing 2 changed files with 262,118 additions and 262,118 deletions.
2 changes: 1 addition & 1 deletion project2/TableGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_table():
counter = 0

for i in xrange(0, NUM_CHAINS - 1):
red = hex(random.getrandbits(20))[:-1]
red = hex(random.getrandbits(BIT_SIZE))[:-1]
red_start_point = red

for x in xrange(0, CHAIN_LEN - 1):
Expand Down
Loading

0 comments on commit ffa9835

Please sign in to comment.