mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
sdk-py: add randomness in README
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user