From 6190dc4e5ba359779066c63923ca92bcd5817800 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:45:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B6=20randomization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart_contracts_vulnerabilities/random_numbers.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 smart_contracts_vulnerabilities/random_numbers.md diff --git a/smart_contracts_vulnerabilities/random_numbers.md b/smart_contracts_vulnerabilities/random_numbers.md new file mode 100644 index 0000000..3216a0e --- /dev/null +++ b/smart_contracts_vulnerabilities/random_numbers.md @@ -0,0 +1,9 @@ +## 🌶 randomization + +
+ +### resources + +
+ +* [randao](https://github.com/randao/randao)