Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby33 /
share /
ri /
system /
Random /
Delete
Unzip
Name
Size
Permission
Date
Action
Formatter
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%3d%3d-i.ri
1.06
KB
-rw-r--r--
2026-04-07 17:22
bytes-c.ri
399
B
-rw-r--r--
2026-04-07 17:22
bytes-i.ri
543
B
-rw-r--r--
2026-04-07 17:22
cdesc-Random.ri
1.87
KB
-rw-r--r--
2026-04-07 17:22
new-c.ri
552
B
-rw-r--r--
2026-04-07 17:22
new_seed-c.ri
546
B
-rw-r--r--
2026-04-07 17:22
rand-c.ri
459
B
-rw-r--r--
2026-04-07 17:22
rand-i.ri
1.43
KB
-rw-r--r--
2026-04-07 17:22
seed-c.ri
774
B
-rw-r--r--
2026-04-07 17:22
seed-i.ri
730
B
-rw-r--r--
2026-04-07 17:22
srand-c.ri
1.32
KB
-rw-r--r--
2026-04-07 17:22
urandom-c.ri
952
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::NormalClass[iI"Random:ET@I" base;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"ORandom provides an interface to Ruby's pseudo-random number generator, or ;TI"QPRNG. The PRNG produces a deterministic sequence of bits which approximate ;TI"Ntrue randomness. The sequence may be represented by integers, floats, or ;TI"binary strings.;To:RDoc::Markup::BlankLine o; ;[I"HThe generator may be initialized with either a system-generated or ;TI"4user-supplied seed value by using Random.srand.;T@o; ;[I"QThe class method Random.rand provides the base functionality of Kernel.rand ;TI"Ialong with better handling of floating point values. These are both ;TI"(interfaces to the Ruby system PRNG.;T@o; ;[ I"LRandom.new will create a new PRNG with a state independent of the Ruby ;TI"Msystem PRNG, allowing multiple generators with different seed values or ;TI"Gsequence positions to exist simultaneously. Random objects can be ;TI";marshaled, allowing sequences to be saved and resumed.;T@o; ;[I"RPRNGs are currently implemented as a modified Mersenne Twister with a period ;TI"Rof 2**19937-1. As this algorithm is _not_ for cryptographical use, you must ;TI"Ause SecureRandom for security purpose, instead of this PRNG.;T@o; ;[I"QSee also Random::Formatter module that adds convenience methods to generate ;TI""various forms of random data.;T: @fileI" random.c;T:0@omit_headings_from_table_of_contents_below0;0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[[I" bytes;TI" random.c;T[I"new;T@<[I" new_seed;T@<[I" rand;T@<[I" seed;T@<[I" srand;T@<[I"urandom;T@<[I" instance;T[[; [ [;[ [;[ [I"==;T@<[I" bytes;T@<[I" rand;T@<[I" seed;T@<[ [U:RDoc::Context::Section[i 0o;;[ ;0;0[I"lib/random/formatter.rb;TI" random.c;T@,cRDoc::TopLevel