Christof93 / SciKGTeX

SciKGTeX is a LuaTeX package which introduces commands to mark research contributions in scientific documents. SciKGTeX will enrich the document by adding your contributions to PDF metadata in a structured XMP format which can be picked up by Search Engines and Knowledge Graphs.
MIT License
18 stars 0 forks source link

9 pseudorandom UUID is not random enough #17

Closed Christof93 closed 10 months ago

Christof93 commented 10 months ago

Using os.clock() on top of os.time() to generate the random seed for RNG. This prevents issue #9 identical seed for program runs in the same second of system time.