mirror of
https://github.com/logos-storage/nim-poseidon2.git
synced 2026-01-03 14:13:11 +00:00
6 lines
79 B
Nim
6 lines
79 B
Nim
import std/random
|
|
|
|
randomize()
|
|
let seed*: int64 = int64.rand()
|
|
randomize(seed)
|