VariantAssigner class
Constructors
- VariantAssigner(Uint8List unitHash)
Properties
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