Struct sample_state_s

Struct Documentation

struct sample_state_s

Status during random sampling of k out of n without replacement.

Public Members

int n

The n in k out of n.

int k

The k in k out of n.

int idx

Index

PGAContext *ctx

The context