avoid crash in test helper due to fp division
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 31 Oct 2016 16:44:42 +0000 (17:44 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 3 Nov 2016 10:01:26 +0000 (11:01 +0100)
commitb4e1cb725969051056e8eb330f3da4264dbcd7ab
treeca90d263d4a442e9940a6b75a456653e66500a7f
parent7273719cca856677d25102d805f6f96e36173731
avoid crash in test helper due to fp division

As a matter of fact, ``randomint()`` accepts only int-ishly typed
values, not floats. Consequently, integer division is the way to
go.
testing/create_pseudo_random_files.py