Alejandro Colomar 986ef4e69c Use naming consistent with other common functions
arc4random(3) returns a number.
arc4random_buf(3) fills a buffer.
arc4random_uniform(3) returns a number less than a bound.

and I'd add a hypothetical one which we use:

*_interval() should return a number within the interval [min, max].

In reality, the function being called csrand() in this patch is not
really cryptographically secure, since it had a bias, but a subsequent
patch will fix that.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
2023-01-27 21:48:37 -06:00
..
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-12-05 10:47:19 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2022-08-06 11:27:56 -05:00
2022-09-02 20:27:14 -05:00
2021-12-23 19:36:50 -06:00
2022-08-17 12:34:01 -05:00
2021-12-23 19:36:50 -06:00
2023-01-25 12:31:17 +01:00
2021-12-23 19:36:50 -06:00
2023-01-25 12:31:17 +01:00
2022-12-22 10:31:43 +01:00
2022-12-22 10:31:43 +01:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-08-06 11:27:56 -05:00
2023-01-25 12:31:17 +01:00
2021-12-23 19:36:50 -06:00
2022-08-06 11:27:56 -05:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-15 16:22:05 -06:00
2021-12-23 19:36:50 -06:00
2022-08-06 11:27:56 -05:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-12-22 11:43:29 +01:00
2022-01-03 15:09:17 +01:00
2022-12-22 11:43:29 +01:00
2022-12-15 16:22:05 -06:00
2022-12-22 11:43:29 +01:00
2022-08-17 12:34:01 -05:00
2022-12-15 16:22:05 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2021-12-23 19:36:50 -06:00
2022-12-22 11:43:29 +01:00
2022-12-22 10:31:43 +01:00
2022-12-22 18:03:39 -06:00
2021-12-23 19:36:50 -06:00
2022-12-15 16:22:05 -06:00
2023-01-26 22:44:39 -06:00
2023-01-26 22:44:39 -06:00
2022-12-15 16:22:05 -06:00
2023-01-26 22:44:39 -06:00
2023-01-26 22:44:39 -06:00
2021-12-23 19:36:50 -06:00