# File lib/rfuzz/random.rb, line 105
105:     def floats(count)
106:       @rnd.data(count * 8).unpack("G*")
107:     end