RngCase class final

A recorded slice of a deterministic stream.

The only kind that runs whether or not a version ships a local unit: the streams are engine-owned, and a Dart port that drifts from them by one bit produces a different game on import than the one the player watched.

Inheritance

Constructors

RngCase({required String name, required String seed, required int version, required int? seat, required List<double> draws})
const

Properties

draws → List<double>
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
The case's name, used as the test name.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seat → int?
The bot seat whose stream this is, or null for the transition stream.
final
seed → String
final
version → int
final

Methods

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