Convert a SimpleRoll to a Foundry VTT Roll instance, preserving the die results already recorded on the SimpleRoll so that Foundry can display them in chat without re-rolling.
The SimpleRoll to convert.
A promise resolving to the equivalent Foundry foundry.dice.Roll.
Error if the SimpleRoll's recorded results do not match its dice terms (the count of rolled values differs from the number of dice to seed).
Convert a SimpleRoll to a Foundry VTT Roll instance, preserving the die results already recorded on the SimpleRoll so that Foundry can display them in chat without re-rolling.