Files
sunnypilot/common
Misophist 4cad0a035d util: random_string is now more entropic (#29312)
* random_string now returns a significantly higher entropy random string

sizeof(char*) is going to be 8 on a 64-bit system, not the length of the
string. Before, only strings of integer values [0-6] were being generated. Also
switched to C++ constructs for simplicity.

* Update common/util.cc

* maintain repo style

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
2023-08-11 03:46:47 -07:00
..
2020-01-17 10:28:44 -08:00
2020-01-17 10:28:44 -08:00
2023-07-26 16:01:26 -07:00
2020-01-17 10:28:44 -08:00
2021-01-14 18:43:50 -08:00
2023-01-29 13:55:17 -08:00
2021-12-28 18:07:00 +01:00
2020-05-31 00:48:47 -07:00
2020-11-06 18:44:04 -08:00
2023-07-27 15:30:37 -07:00
2022-05-02 16:48:04 -07:00