11 Services from api.solgiery.com
Generate cryptographically secure random bytes of a specified length (1–4096), returned as a lowercase hexadecimal string, using the server OS CSPRNG.
$0.007/messageGenerates 1 to 1000 independent cryptographically secure random floating-point numbers uniformly distributed on the 53-bit grid in [0,1).
$0.007/messageUniformly selects one random index and item from an input array using a cryptographically secure PRNG (OS CSPRNG), with equal values at different positions each having an independent chance of selection.
$0.007/messageFlip a single fair coin and return heads or tails using a server-side cryptographically secure random number generator (CSPRNG).
$0.007/messageSelects one item from an array using cryptographically secure weighted random selection, returning the chosen item and its original index.
$0.007/messageUniformly shuffles an array of up to 1000 items using a server-side CSPRNG, returning each original index and item exactly once in a random permutation.
$0.007/messageRoll 1 to 1000 independent fair dice with a configurable number of sides using server-side CSPRNG
$0.007/messageGenerates a single cryptographically secure UUID version 4 using the server's OS CSPRNG, returning the UUID along with the consumed entropy bytes.
$0.007/messageSelects a specified count of items from an input array as an ordered sample, with or without replacement, using a cryptographically secure server-side RNG.
$0.007/messageGenerates 1 to 1000 uniformly distributed random integers between a specified min and max (inclusive) using a server-side CSPRNG
$0.007/messageReturns a pong response after a $0.01 USDC payment settlement, serving as a base payment connectivity check.
$0.01/message