Files
nairobi/app/controllers
rgarcia ce3cb045f8 Convert random seed to a small value
We are trying out a modulus function to return investments in random
order https://github.com/consul/consul/pull/2131

However we ran into the gotcha of having a seed value too big for the
modulus function to work as expected

If the seed is bigger than the investment id, the records are returned
ordered by id

By dividing the seed by a big number, this problem seems to get fixed
2018-04-05 22:16:54 +02:00
..
2018-04-04 13:19:01 +02:00
2017-09-28 13:36:20 +02:00
2018-04-04 14:01:51 +02:00
2017-10-23 21:40:04 +02:00