# File benchmark/bm_ao_render.rb, line 21 def self.rand x = @@x t = x ^ ((x & 0xfffff) << 11) w = @@w @@x, @@y, @@z = @@y, @@z, w w = @@w = (w ^ (w >> 19) ^ (t ^ (t >> 8))) (w % BNUM) / BNUMF end
This page was generated for Ruby mruby
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.