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