Dart implementations of the Mersenne Twister pseudo-random number generator.
Provides MT19937, MT19937-64, and configurable implementations for both native and web platforms.
See the example.
See the instructions at the top of mt19937_test.dart
.