7 lines
115 B
Nim
Raw Normal View History

2025-02-11 10:54:58 +01:00
import std/random
import pkg/stint
import ../../codexcrawler/types
proc genNid*(): Nid =
Nid(rand(uint64).u256)