Struct renforce::environment::Range [] [src]

pub struct Range { /* fields omitted */ }

Range

Represents a Space with elements drawn from some range [low, high)

Methods

impl Range
[src]

Returns a new Range with values drawn from [low, high)

Trait Implementations

impl Debug for Range
[src]

Formats the value using the given formatter.

impl Clone for Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Range
[src]

impl Space for Range
[src]

The type of members of the Space

Returns a random element of this space

impl Default for Range
[src]

Returns the "default value" for a type. Read more