davidmerfield/randomColor

Set a different seed, but get the same color

Opened this issue · 0 comments

#f762e1
randomColor({
    luminosity: 'bright',
    seed: '10111155892742231',
  })

#f762e1
randomColor({
    luminosity: 'bright',
    seed: '10111156349842232',
  })

How to get different color?