6 7 8
# File 'lib/hensel_code/tools.rb', line 6 def random_integer(bits) OpenSSL::BN.rand(bits).to_i end