API 版本:2.0
库版本:2.83.2
生成工具:gi-docgen 2024.1
since: 2.16
gint32 g_test_rand_int_range ( gint32 begin, gint32 end )
从指定范围内获取可再现的随机整数。
有关测试用例随机数的详细信息,请参阅 g_test_rand_int()。
g_test_rand_int()
自 2.16 起提供
begin
类型: gint32
gint32
此函数返回的最小值。
end
此函数不得返回的最小值。
一个介于 begin <= number < end 范围内的数字。