stellar / rs-soroban-sdk

Rust SDK for Soroban contracts.
Apache License 2.0
118 stars 66 forks source link

Add in contract assertions to prng functions #1295

Closed leighmcculloch closed 1 month ago

leighmcculloch commented 1 month ago

What

Add in contract assertions to prng functions.

Why

It's really easy to think you can use the prng functions inside your tests to help setup random test data, without reaslising that these functions are restricted to use within a contract.

Close #1165