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
      }
    }
    
2
likes
160
points
19
downloads

Publisher

verified publisherlurey.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on gambit