mt19937 0.1.0 copy "mt19937: ^0.1.0" to clipboard
mt19937: ^0.1.0 copied to clipboard

Dart implementations of the Mersenne Twister pseudo-random number generator.

0.1.0 #

  • Replacement for the original mt19937 package. Notable differences:
    • Compatible with Dart 2.
    • Provides an MT19937-64 implementation.
    • Uses native int types for Dart VM platforms, which is significantly faster than using Int64.
1
likes
130
pub points
61%
popularity

Publisher

unverified uploader

Dart implementations of the Mersenne Twister pseudo-random number generator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

fixnum

More

Packages that depend on mt19937