Created
March 15, 2017 00:11
-
-
Save MattMcFarland/cfd5dc36b3fcd4ecd310005d9dbce194 to your computer and use it in GitHub Desktop.
jsverify with rng
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// lets test our user here: | |
const checkOptions = { | |
rngState: '074e9b5f037a8c21d6', | |
tests: 2 | |
} | |
// lets test our user here: | |
jsc.check(jsc.forall(jsc.integer, arbUser, (a, user) => { | |
console.log({a, user}) | |
return true | |
}), checkOptions) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment