函数

GLibrandom_int

声明 [源代码]

guint32
g_random_int (
  void
)

说明 [源代码]

返回一个随机的 #guint32,均匀分布在范围 [0..2^32-1] 内。

返回值

类型:guint32

一个随机数。