class Sass::Util::CrossPlatformRandom

def rand(*args)

def rand(*args)
  return @random.rand(*args) if @random
  Kernel.rand(*args)
end