Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pybinding for sdk #178

Merged
merged 14 commits into from
Jun 15, 2023
Prev Previous commit
Next Next commit
sdk-py: add randomness in README
  • Loading branch information
freerangedev committed Jun 14, 2023
commit d56cd7119a2bd5ad5ccfde1234a2400717c577dc
5 changes: 5 additions & 0 deletions src/sdk/python/README.md
Original file line number Diff line number Diff line change
@@ -17,3 +17,8 @@ a = Base.from_u64(42)
b = Base.from_u64(69)
a + b == Base.from_u64(111)
```

## Randomness

Note that the `random` methods take randomness
from the OS on the Rust side.