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 +}