From c3954c4db78db098a9e89b8ce9e1423ee5ab69d2 Mon Sep 17 00:00:00 2001 From: Kawe <134910424+kawe6@users.noreply.github.com> Date: Thu, 21 Dec 2023 11:29:59 +0800 Subject: [PATCH] Create Randomness --- .github/ISSUE_TEMPLATE/Randomness | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Randomness diff --git a/.github/ISSUE_TEMPLATE/Randomness b/.github/ISSUE_TEMPLATE/Randomness new file mode 100644 index 0000000..6d2a261 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Randomness @@ -0,0 +1,4 @@ +access(all) fun main(): UInt64 { + let rand: UInt64 = revertibleRandom() + return rand +}