public class RubySecureRandom
extends java.lang.Object
Constructor and Description |
---|
RubySecureRandom() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
gen_random(ThreadContext context,
IRubyObject self,
IRubyObject n) |
static IRubyObject |
hex(ThreadContext context,
IRubyObject self) |
static IRubyObject |
hex(ThreadContext context,
IRubyObject self,
IRubyObject n) |
static IRubyObject |
random_bytes(ThreadContext context,
IRubyObject self) |
static IRubyObject |
random_bytes(ThreadContext context,
IRubyObject self,
IRubyObject n) |
static IRubyObject |
random_number(ThreadContext context,
IRubyObject self) |
static IRubyObject |
random_number(ThreadContext context,
IRubyObject self,
IRubyObject n) |
static IRubyObject |
uuid(ThreadContext context,
IRubyObject self) |
public static IRubyObject random_bytes(ThreadContext context, IRubyObject self)
public static IRubyObject random_bytes(ThreadContext context, IRubyObject self, IRubyObject n)
public static IRubyObject gen_random(ThreadContext context, IRubyObject self, IRubyObject n)
public static IRubyObject hex(ThreadContext context, IRubyObject self)
public static IRubyObject hex(ThreadContext context, IRubyObject self, IRubyObject n)
public static IRubyObject uuid(ThreadContext context, IRubyObject self)
public static IRubyObject random_number(ThreadContext context, IRubyObject self)
public static IRubyObject random_number(ThreadContext context, IRubyObject self, IRubyObject n)
Copyright © 2001-2020 JRuby. All Rights Reserved.