Files
Nim/tests/stdlib/toids.nim
flywind 7f0e662032 oids: switch from PRNG to random module (#16203)
* switch from PRNG to random module
* fix the regression
* comments + tests
* runnableExamples
* make oids better

(cherry picked from commit 89a21e4ec7)
2021-12-13 15:03:56 +01:00

7 lines
79 B
Nim

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