sdk-py: add randomness in README

This commit is contained in:
freerangedev
2023-06-14 19:01:36 +00:00
committed by parazyd
parent c05ff09364
commit ac6088964c

View File

@@ -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.