Revert "org-compat.el: New compatibility function `org-random'"
commitc5977e7e9d4ccf0c9ed0dde35827dab61f48ff74
authorAchim Gratz <Stromeko@Stromeko.DE>
Tue, 11 Sep 2012 19:42:38 +0000 (11 21:42 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Tue, 11 Sep 2012 19:42:38 +0000 (11 21:42 +0200)
treebd3a11606d99c3143a3d936be044f4568025a94e
parentf29131c3d2581a3089a5862dd84eb6cb435d2e45
Revert "org-compat.el: New compatibility function `org-random'"

This reverts commit 7719734dd7b216e29ee7f5be5077d13004903a7d.

* lisp/org-id.el: Do not use (random t), we just want a new random
  number, not a re-seeding of the PRNG for which (random t) doesn't
  provide enough entropy anyway.  Even if (random) would always
  produce the same sequence, the other components going into the MD5
  hash ensure that the result will be unique.
lisp/org-compat.el
lisp/org-id.el