According to the upstream, math.random() is not intended to meet cryptographic
randomness requirements. Proper seeding should be handled by the application
using libxslt. Additionally, calling srand() from a library is considered bad practice,
as applications may expect deterministic behavior from random().
https://security-tracker.debian.org/tracker/CVE-2015-9019