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

A random string generator of nonsense. Like /dev/urandom but basically better.

example/uwurandom_example.dart

import 'package:uwurandom/uwurandom.dart';

void main(List<String> args) {
  final len = int.tryParse(args.firstOrNull ?? '25') ?? 25;
  print(catGirlNonSense.generate(len)); // mraowmrrrrmewmewmeowwwwwwwm
  print(keySmash.generate(len)); // dfgbarhhrhiurgahgjag;ahdfl
  print(scrunkly.generate(len)); // aww scrunkly.. whe adornale
  print(nonSense.generate(len)); // uwu awwwwww lootsit tien to
}
1
likes
160
pub points
27%
popularity

Publisher

verified publisherrapougnac.moe

A random string generator of nonsense. Like /dev/urandom but basically better.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on uwurandom