函数逻辑报告 |
Source Code:lib\random32.c |
Create Date:2022-07-27 07:16:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:prandom_bytes_state - get the requested number of pseudo-random bytes*@state: pointer to state structure holding seeded state.*@buf: where to copy the pseudo-random bytes to*@bytes: the requested number of bytes
函数原型:void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct rnd_state * | state | |
void * | buf | |
size_t | bytes |
106 | put_unaligned(prandom_u32_state(state), (u32 * )ptr) |
111 | 如果bytes大于0则 |
112 | rem等于prandom_u32_state(state) |
113 | 循环 |
名称 | 描述 |
---|---|
prandom_bytes | 获取伪随机数的请求数 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |