Transfer amount of the native token (XLM) from this contract to to,
then revert the whole tx if a simple "random" check is odd.
fn pay_with_random(
env: soroban_sdk::Env,
token: soroban_sdk::Address,
to: soroban_sdk::Address,
amount: i128,
)