Bytes-Random-Secure-Tiny
view release on metacpan or search on metacpan
t/35-mrie-cover.t view on Meta::CPAN
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More;
use constant _backend => 0;
{
local $ENV{BRST_EMBEDDED_CSPRNG} = 1;
require Bytes::Random::Secure::Tiny;
isa_ok new_ok('Bytes::Random::Secure::Tiny', [bits=>64])->{_rng}[_backend], 'Math::Random::ISAAC::PP::Embedded';
}
done_testing();
( run in 0.541 second using v1.01-cache-2.11-cpan-71847e10f99 )