The function is marked as payable and sends value on it:
It can only be called via calculateTokenHash(), which doesnt provide it with value:
RandomizerRNG.sol#L56
Verify if the function should actually be payable and remove the modifier in case it doesnt need it. In case the core contract is supposed to send it some value, modify the calling functions to include the corresponding value.
