cds
2.3.2
|
[type-option] Random permutation generator option setter More...
#include <cds/opt/permutation.h>
[type-option] Random permutation generator option setter
The class represents permutation generator of unique integers from [0, nLength)
(nLenght
is not included) in random order.
The generator interface is:
Usage example
The permutation generator is intended for do {} while
loop:
The following Generator
defined: