Struct amadeus::SampleTotal[][src]

pub struct SampleTotal { /* fields omitted */ }

Without replacement

Methods

impl SampleTotal
[src]

Create a SampleTotal that will provide a sample of size samples of a population of size total.

Returns whether or not to this value is in the sample

Trait Implementations

impl Clone for SampleTotal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SampleTotal
[src]

Formats the value using the given formatter. Read more

impl Drop for SampleTotal
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl Send for SampleTotal

impl Sync for SampleTotal