So how this game works is you can use a random number generator of your choosing which can generate any whole numbers (positive or negative) in the range of your choosing.
You then take your number and add it to the previous post's final number.
Example:
Person 1:
4463602601101
Person 2:
RNG: 555555555
Result: 4463602601101 + 555555555 = 4464158156656
Person 3:
RNG: -234242675345345
Result: (-234242675345345) + 4464158156656 = -229778517188689
We'll start at 0.
14-Jul-2019 03:29:19