RandomSample.index

Returns the index of the visited record.

struct RandomSample(Range, UniformRNG = void)
@property
size_t
index
()
if (
isInputRange!Range &&
(
isUniformRNG!UniformRNG ||
is(UniformRNG == void)
)
)

Meta

Suggestion Box / Bug Report