randt 1.0.0 copy "randt: ^1.0.0" to clipboard
randt: ^1.0.0 copied to clipboard

discontinued
outdated

A starting point for Dart libraries or applications.

License: MIT GitHub Issues GitHub Contributors made-with-dart GitHub Forks GitHub Stars

Randt #

Randt library for Dart...

Description #

Use Randt to get a random integer from a list, generate random integer in a specific range and generate random string's of any length.

Installing #

Will be published in pub . dev soon :D

Usage #

import 'package:randt/randt.dart';

void main() {
  getRandomString(30); //generate a random string with a specific length
  print(randint(my_nums)); //get a random integer from a list
  print(randstr(languages)); //get a random string from a list
  print(randrange(1, 1000)); // get a random number from a specific range of numbers
}

Author #

Tahsin Ahmed
tahsin-npx

0
likes
0
pub points
0%
popularity

Publisher

verified publishertahsin-npx.ninja

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on randt