toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 221 packages
Sort by PUB-AZS
Simple library for generating random ascii strings by default using Random from 'dart:math'.
Nonce contains a static generator that generates random alphanumeric strings, and can be constructed as an object containing a generated string.
Generates random sentences and paragraphs (similar to "lorem ipsum" generators).
Lexicographically sortable, 128-bit identifier (UUID) with 48-bit timestamp and 80 random bits. Canonically encoded as a 26 character string, as opposed to the 36 character UUID.
Create random strings that match a given regular expression.
Utility functions and methods to generate random BigInt, generate random prime BigInt and check if BigInt is prime.
Extension methods & helpers for Random, and a globally accessible instance. Ex. rnd(10), rnd.getItem(list), rnd.getBit(0.8).
A URL-safe base64 encoding for UUIDv4 stripped of padding. Useful when embedding short random UUIDs in URLs. #uuid
Visualize (random) selection processes with widgets like a spinning wheel of fortune or a fortune bar.
Dart implementations of the Mersenne Twister pseudo-random number generator.