Skip to content

Commit 74c765d

Browse files
committed
Update docs
1 parent afacf3d commit 74c765d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs_source/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ The functionality is essentially the same as the JavaScript package, with an exc
4343

4444
!!! tip "Random Number Generator"
4545

46+
This package handles random number generation different that the JavaScript package. This difference affects:
47+
- `init()`
48+
- `setRNG()`
49+
- `getConfig()`
50+
51+
52+
4653
!!! warning "Random Data CAN Be Captured"
4754

4855
Capturing the random data used to generate shares is possible. It's __not__ enabled by default and the `function()` necessary to process the random data is at the discretion users of this package.

0 commit comments

Comments
 (0)