随机数生成服务器

version : 1.0.0

generate_random_integer

Generate cryptographically secure random integers within a specified range

min(integer)

max(integer)

count(integer)

结果(Result)

generate_random_float

Generate cryptographically secure random floating-point numbers

min(number)

max(number)

count(integer)

precision(integer)

结果(Result)

generate_random_bytes

Generate cryptographically secure random bytes

length(integer)

encoding(string)

结果(Result)

generate_uuid

Generate a cryptographically secure UUID (v4)

count(integer)

format(string)

结果(Result)

generate_random_string

Generate a cryptographically secure random string

length(integer)

charset(string)

count(integer)

结果(Result)

generate_random_choice

Randomly select items from a given list using cryptographically secure randomness

*choices(array)

count(integer)

allow_duplicates(boolean)

结果(Result)

generate_random_boolean

Generate cryptographically secure random boolean values

count(integer)

probability(number)

结果(Result)