R/other.R
igraph.sample.Rd
igraph.sample() was renamed to sample_seq() to create a more consistent API.
igraph.sample()
sample_seq()
igraph.sample(low, high, length)
The lower limit of the interval (inclusive).
The higher limit of the interval (inclusive).
The length of the sample.
random_sample()