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

Simulate and test odds-based mechanics such as dice rolls and more.

0.1.0 #

  • Initial release:

    import 'package:gambit/gambit.dart';
    
    void main() {
      final random = FixedRandom.normal(6);
    
      for (var i = 0; i < 6; i++) {
        print(d6.sample(random)); // 1, 2, 3, 4, 5, 6
      }
    }
    
1
likes
140
pub points
0%
popularity

Publisher

verified publisherlurey.dev

Simulate and test odds-based mechanics such as dice rolls and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

meta

More

Packages that depend on gambit