Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\SVN\Github\crypt-random>perl6 -Ilib t\01-buf.t
- NativeCall: Consider adding the api version of the library you want to use, sub
- foo is native(Advapi32, v1)
- ok 1 - crypt_random_buf() outputs hold correct number of bytes
- ok 2 - crypt_random_buf() outputs hold different values
- 1..2
- D:\SVN\Github\crypt-random>perl6 -Ilib t\02-value.t
- NativeCall: Consider adding the api version of the library you want to use, sub
- foo is native(Advapi32, v1)
- ok 1 - crypt_random() output changes
- 1..1
- D:\SVN\Github\crypt-random>perl6 -Ilib t\03-uniform.t
- NativeCall: Consider adding the api version of the library you want to use, sub
- foo is native(Advapi32, v1)
- ok 1 - crypt_random_uniform() output changes
- ok 2 - crypt_random_uniform() outputs are within range
- 1..2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement