github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/src/utils/rans.ts (about)

     1  export const randColor = (): string => {
     2    return '#' + Math.floor(Math.random() * 16777215).toString(16)
     3  }