mirror of
https://github.com/logos-storage/nim-poseidon2-bn254.git
synced 2026-05-19 04:19:57 +00:00
6 lines
79 B
Nim
6 lines
79 B
Nim
import std/random
|
|
|
|
randomize()
|
|
let seed*: int64 = int64.rand()
|
|
randomize(seed)
|