4 Services from random.openverbs.com
Generates cryptographically-secure random bytes returned in hex, base64, or base64url encoding
$0.002/messageGenerates a random string of a specified length using a named charset or custom alphabet, with unbiased character selection.
$0.002/messageGenerates one or more uniformly-distributed random integers within a user-specified inclusive [min, max] range.
$0.002/messageDraws a random sample of N items from a provided array, either without replacement (fair shuffle, default) or with replacement.
$0.002/message