Files
Nim/tests/stdlib/toids.nim
flywind 89a21e4ec7 oids: switch from PRNG to random module (#16203)
* switch from PRNG to random module
* fix the regression
* comments + tests
* runnableExamples
* make oids better
2021-01-07 09:38:31 +01:00

7 lines
79 B
Nim

import std/oids
block: # genOid
let x = genOid()
doAssert ($x).len == 24