Skip to content

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

License

Notifications You must be signed in to change notification settings

jamesderlin/dart_mt19937

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mt19937

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

Provides MT19937, MT19937-64, and configurable implementations for both native and web platforms.

Usage

See the example.

Running tests

See the instructions at the top of mt19937_test.dart.