函数逻辑报告 |
Source Code:include\linux\random.h |
Create Date:2022-07-27 06:51:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:prandom_u32_max - returns a pseudo-random number in interval [0, ep_ro)*@ep_ro: right open interval endpoint* Returns a pseudo-random number that is in interval [0, ep_ro). Note* that the result depends on PRNG being well distributed in [0, ~0U]
函数原型:static inline u32 prandom_u32_max(u32 ep_ro)
返回类型:u32
参数:
类型 | 参数 | 名称 |
---|---|---|
u32 | ep_ro |
141 | 返回:prandom_u32()乘ep_ro右移32位 |
名称 | 描述 |
---|---|
__prandom_timer | |
test_rhltable | |
__test |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |