RandomSample.this

Initializes a RandomSample struct for random sampling from the given range using the generator specified by gen. (community summary)

struct RandomSample(Range, alias gen)
this
(
Range range
,
size_t n
)