函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\random32.c Create Date:2022-07-27 07:16:27
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:随机数产生器

函数原型:u32 prandom_u32_state(struct rnd_state *state)

返回类型:u32

参数:

类型参数名称
struct rnd_state *state
63  s1等于prandom_u32_state - seeded pseudo-random number generator.*@state: pointer to state structure holding seeded state.* This is used for pseudo-randomness with no outside seeding.* For more random results, use prandom_u32().(s1, 6U, 13U, 4294967294U, 18U)
64  s2等于prandom_u32_state - seeded pseudo-random number generator.*@state: pointer to state structure holding seeded state.* This is used for pseudo-randomness with no outside seeding.* For more random results, use prandom_u32().(s2, 2U, 27U, 4294967288U, 2U)
65  s3等于prandom_u32_state - seeded pseudo-random number generator.*@state: pointer to state structure holding seeded state.* This is used for pseudo-randomness with no outside seeding.* For more random results, use prandom_u32().(s3, 13U, 21U, 4294967280U, 7U)
66  s4等于prandom_u32_state - seeded pseudo-random number generator.*@state: pointer to state structure holding seeded state.* This is used for pseudo-randomness with no outside seeding.* For more random results, use prandom_u32().(s4, 3U, 12U, 4294967168U, 13U)
68  返回:s1按位异或s2按位异或s3按位异或s4
调用者
名称描述
____bpf_user_rnd_u32