mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make SecureRandom non-failable
This commit is contained in:
parent
b010714426
commit
ec115ffe2a
2 changed files with 2 additions and 3 deletions
|
@ -8669,7 +8669,7 @@ In multiplayer mode, the error may be arbitrarily large.
|
|||
|
||||
Interface for the operating system's crypto-secure PRNG.
|
||||
|
||||
It can be created via `SecureRandom()`. The constructor returns nil if a
|
||||
It can be created via `SecureRandom()`. The constructor throws an error if a
|
||||
secure random device cannot be found on the system.
|
||||
|
||||
### Methods
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue