1Blurb::
2Create random initial solutions, but enforce uniqueness (default)
3Description::
4\c unique_random is the same as \c simple_random, except that when a
5new solution is generated, it is checked against the rest of the
6solutions. If it duplicates any of them, it is rejected.
7
8Topics::
9Examples::
10Theory::
11Faq::
12See_Also::
13