6 lines
79 B
Nim

import std/random
randomize()
let seed*: int64 = int64.rand()
randomize(seed)