Function report |
Source Code:lib\random32.c |
Create Date:2022-07-28 06:19:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Generate some initially weak seeding values to allow* to start the prandom_u32() engine.
Proto:static int __init prandom_init(void)
Type:int
Parameter:Nothing
202 | prandom_state_selftest() |
204 | for_each_possible_cpu(i) |
205 | state = per_cpu(net_rand_state, i) |
208 | prandom_seed_early(state, weak_seed, true) |
209 | prandom_warmup(state) |
212 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |