The source project of this merge request has been removed.
Dynamically load best PRNG module.
We can dynamically decide whether to use secrets or random.
Also fixes a logic error, because randbelow(5)+1 will yield an intenger within 1 and 5(!) instead of 1 and 6.