-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
109956c
commit 09d0462
Showing
1 changed file
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# Random Number Generation | ||
|
||
Immutable has thoroughly investigated on-chain random number generation and use of off-chain random | ||
providers such as Supra and Chainlink. To create a secure on-chain source requires an off-chain | ||
service to inteact with the chain regularly. At present, there is not sufficient demand for | ||
on-chain random for Immutable to invest in creating such a service. The source code, tests, and | ||
threat model are contained in the [random2 branch](https://github.com/immutable/contracts/tree/random2). | ||
In particular, teams considering using on-chain random number generation should read the | ||
[threat model document](https://github.com/immutable/contracts/blob/random2/audits/random/202403-threat-model-random.md) as this describes in detail how on-chain randon number generation can | ||
be used securely. | ||
providers such as Supra and Chainlink. To create a secure on-chain random source requires an off-chain service to inteact with the chain regularly. At present, there is not sufficient demand for on-chain random for Immutable to invest in creating such a service. The source code, tests, and threat model from the investigation are contained in the [random2 branch](https://github.com/immutable/contracts/tree/random2). | ||
In particular, teams considering using on-chain random number generation should read the [threat model document](https://github.com/immutable/contracts/blob/random2/audits/random/202403-threat-model-random.md) as this describes in detail how on-chain randon number generation can be used securely. | ||
|