Class: RightScale::Platform::Rng

Inherits:
PlatformHelperBase show all
Defined in:
lib/right_agent/platform.rb,
lib/right_agent/platform/unix/platform.rb,
lib/right_agent/platform/windows/platform.rb

Overview

Controller

Constant Summary

Constants inherited from PlatformHelperBase

PlatformHelperBase::API_FALSE, PlatformHelperBase::API_NULL, PlatformHelperBase::API_TRUE, PlatformHelperBase::SIZEOF_DWORD, PlatformHelperBase::SIZEOF_QWORD, PlatformHelperBase::WIDE

Instance Method Summary collapse

Methods inherited from PlatformHelperBase

#copy_to_string_buffer, #with_unicode_buffer

Instance Method Details

#pseudorandom_bytes(count) ⇒ Object

Overrides base Rng#pseudorandom_bytes



593
594
595
# File 'lib/right_agent/platform.rb', line 593

def pseudorandom_bytes(count)
  must_be_overridden
end