Range class

Constructors

Range(double minimum, double maximum, {Random? random})

Properties

hashCode int
The hash code for this object.
no setterinherited
maximum double
The minimum and maximum are the 95% range of the numbers.
final
mean double
final
minimum double
The minimum and maximum are the 95% range of the numbers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
standardDeviation double
final
variance double
no setter

Methods

generate() Iterable<double>
An adaptation of the code in package:normal, with tighter types, better performance and a lazy iterable instead of a List. Generates random data drawn from a normal distribution through the Box-Muller algorithm.
next() double
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited