Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const noGames = 5;
  2. const sources = [...Array(noGames)].map(Math.random);
  3. const secrets = sources.map(el => new BigNumber(`0x${sha256(source)}`));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement