-------------------
- Changed word id creation algorithm in Lexicon. Instead of relying on an
increasing length counter, we use a number from a randomized range. This
avoids conflict errors while adding new words in multiple parallel
transactions. Inspired by code from ``enfold.fixes``.
- Lexicon: Added clear method.
- Lexicon: Removed BBB code for instances created with Zope < 2.6.2.
- Added missing namespace_packages declaration to setup.py.