VariantAssigner class

Constructors

VariantAssigner.new(Uint8List unitHash)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitHash_ int
getter/setter pair

Methods

assign(List<double> split, int seedHi, int seedLo) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
probability(int seedHi, int seedLo) double
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

normalizer double
getter/setter pair
threadBuffer Uint8List
final

Static Methods

chooseVariant(List<double> split, double prob) int