Skip to content

Instantly share code, notes, and snippets.

@lawrenceching
Created February 18, 2020 10:09
Show Gist options
  • Save lawrenceching/f875abb74205a1e7e81716199cf63c20 to your computer and use it in GitHub Desktop.
Save lawrenceching/f875abb74205a1e7e81716199cf63c20 to your computer and use it in GitHub Desktop.
// Refer to https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues
crypto.getRandomValues(new Uint8Array(5)).map(i => i%100)
// Uint8Array(5) [21, 54, 59, 41, 79]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment