6 lines
79 B
Nim
Raw Normal View History

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