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