weighted_random 0.2.1 copy "weighted_random: ^0.2.1" to clipboard
weighted_random: ^0.2.1 copied to clipboard

Weighted Random Algorithm for Dart libraries or applications.

example/weighted_random_example.dart

import 'package:weighted_random/weighted_random.dart';

void main() {
  final List<String> stringList = ["a", "b", "c", "d"];
  final Map<String, dynamic> result =
      weightedRandom<String>(stringList, [40, 20, 60, 20]);

  print(result);
}
5
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Weighted Random Algorithm for Dart libraries or applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on weighted_random