Skip to content

Instantly share code, notes, and snippets.

@jamesliu96
Last active August 5, 2021 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesliu96/17e7a5aa7b4e1223d994338acdc64989 to your computer and use it in GitHub Desktop.
Save jamesliu96/17e7a5aa7b4e1223d994338acdc64989 to your computer and use it in GitHub Desktop.
const random = (c, b = 256) => [...Array(c)].map(() => ~~(Math.random() * b));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment