Home
last modified time | relevance | path

Searched refs:random_s_bytes (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Drandom.c1188 random_s_bytes(VALUE obj, VALUE len) in random_s_bytes() function
1707 rb_define_singleton_method(rb_cRandom, "bytes", random_s_bytes, 1); in InitVM_Random()
H A DChangeLog31600 * random.c (random_s_bytes): new method Random.bytes, which is