Dice.
A roll you can reproduce.
A single number from the seed sequence becomes a roll between 0.00 and 100.00. Reveal the seed and reproduce the exact result.

Mapping & code
Dice consumes one float. The mapper applies floor(f × 10001) / 100. The over/under target and payout belong to the game rules, separate from outcome generation.
const { result } = await play({ game: 'dice', ...seeds });Import play from @galabet/fair. Use the public example seeds with nonce 42.






20

