Returns a random or pseudorandom string
Fastest random ID and random string generation for Node.js
Generate a cryptographically strong random string
Let your JS API users either give you a callback or receive a promise
Generate massive amounts of fake contextual data
URL and cookie safe UIDs
math-random is an isomorphic, drop-in replacement for `Math.random` that uses cryptographically secure random number generation, where available
Combine 0 or more errors into one
XML ID utilities for tracespace projects
Generate random numbers with a seed, useful for reproducible tests
Generate a unique random string
Modify strings, generate sourcemaps
Generate a random integer
Parse, Resolve, and Dereference JSON Schema $ref pointers
Cryptographic key pairs for the XRP Ledger
Iterate values in a list in random order
Generate a random path name.
RFC9562 UUIDs
GRC's UHE PRNG in node (Ultra-High Entropy Pseudo-Random Number Generator by Gibson Research Corporation)
esbuild plugin for sass/scss files supporting both css loader and css result import (lit-element)
Generate random numbers from various distributions.
random bytes from browserify stand alone
Maybe/Optional type implementation in Typescript. Main motivation for creating this library was handling `null` values in deeply nested data, coming from GraphQL APIs, but the library itself is not limited to GraphQL.
Collision-resistant ids optimized for horizontal scaling and performance. For node and browsers.
Universal random data generator. Supports String, Array, Hash, repeat and maybe on part of structure
A very simple gem that adds some methods to some Ruby standard classes, e.g. <array>.include_any?, <array>.delete_random, etc. Simply require the gem ( require "more_ruby" ) and the additional methods will be available. # New instance methods # ## Array :all_instance_of?, :all_kind_of?, :av, :delete_random, :include_any?, :insert_flat, :mean, :modulo_fetch, :peach, :random, :random_index, :random_insert, :random_move, :stringify_all_values_deep, :sum, :wrap_fetch ## Float :format_with_thousands_delimiter, :signif ## Hash :all_keys, :all_values, :delete_random, :peach, :random_key, :random_pair, :random_value, :remove_empty_fields, :sort_deep, :stringify_all_values_deep, :strip_hash_of_keys, :to_a_deep, :to_xml ## Integer :digit_count, :format_with_thousands_delimiter, :num_to_letter, :signif ## NilClass :empty? ## Numeric :format_with_thousands_delimiter ## String :append, :camelcase, :camelcase_to_snakecase, :capitalize_all, :capitalize_first_letter_only, :escape, :escape_whitespace, :extract_values_from_xml_string, :formatted_number, :index_of_last_capital, :invert_case, :is_hex?, :is_integer?, :join, :pascalcase, :prefix_lines, :random_case, :snakecase, :snakecase_and_downcase, :to_bool, :unindent ## Time :is_after?, :is_before?, :is_within?, :remove_subseconds # New singleton methods # ## FalseClass :maybe?, :random ## File :basename_no_ext ## TrueClass :maybe?, :random