Package-level declarations
Types
Link copied to clipboard
object RandomAlphabets
Predefined alphabet strings for random text generation.
Functions
Link copied to clipboard
Link copied to clipboard
Returns a random string of exactly length Latin letters (a-zA-Z).
Link copied to clipboard
Returns a random string of exactly length alphanumeric characters (a-zA-Z0-9).
Link copied to clipboard
Returns true with the given probability and false otherwise.
Link copied to clipboard
Returns a random string of exactly length decimal digits (0-9).
Link copied to clipboard
Returns a normally distributed value with the given mean and standardDeviation.
Link copied to clipboard
Returns a random string of exactly length lowercase hexadecimal digits (0-9a-f).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns n elements sampled uniformly at random with replacement.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard