Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-07 | luci-base: add client-side prng library | Jo-Philipp Wich | |
Introduce a new tools.prng JS library which implements the musl libc srand() and rand() calls to produce identical pseudo random number sequences in the browser which is needed for the string to color conversion later on. Signed-off-by: Jo-Philipp Wich <jo@mein.io> |