randomness library

Classes

Randomness

Constants

asciiEnd → const int
asciiNine → const int
asciiStart → const int
asciiZero → const int
everythingElse → const String
lowercaseEnd → const int
lowercaseStart → const int
uppercaseEnd → const int
uppercaseStart → const int

Functions

asciiChar(int c) String
countElementsInList(List l, {bool includeIndexes = false}) Map
getRange(List<int> l, {int startIndex = 0, int endIndex = 1}) List<int>
listCopy(List l) List
printListElements(List l) → void
printMapElements(Map m) → void
setEquals<T>(Set<T>? a, Set<T>? b) bool
shuffleList(List list, {dynamic cryptographicallySecure = false}) List