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.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
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:42
bytes-c.ri
399
B
-rw-r--r--
2026-04-07 17:42
bytes-i.ri
543
B
-rw-r--r--
2026-04-07 17:42
cdesc-Random.ri
1.87
KB
-rw-r--r--
2026-04-07 17:42
new-c.ri
552
B
-rw-r--r--
2026-04-07 17:42
new_seed-c.ri
546
B
-rw-r--r--
2026-04-07 17:42
rand-c.ri
459
B
-rw-r--r--
2026-04-07 17:42
rand-i.ri
1.43
KB
-rw-r--r--
2026-04-07 17:42
seed-c.ri
774
B
-rw-r--r--
2026-04-07 17:42
seed-i.ri
730
B
-rw-r--r--
2026-04-07 17:42
srand-c.ri
1.32
KB
-rw-r--r--
2026-04-07 17:42
urandom-c.ri
952
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI" rand:ETI"Random#rand;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"LWhen +max+ is an Integer, +rand+ returns a random integer greater than ;TI"Jor equal to zero and less than +max+. Unlike Kernel.rand, when +max+ ;TI"Cis a negative integer or zero, +rand+ raises an ArgumentError.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"prng = Random.new ;TI""prng.rand(100) # => 42 ;T:@format0o; ; [I"JWhen +max+ is a Float, +rand+ returns a random floating point number ;TI">between 0.0 and +max+, including 0.0 and excluding +max+.;T@o;; [I"2prng.rand(1.5) # => 1.4600282860034115 ;T; 0o; ; [I"CWhen +range+ is a Range, +rand+ returns a random number where ;TI"0<code>range.member?(number) == true</code>.;T@o;; [ I"6prng.rand(5..9) # => one of [5, 6, 7, 8, 9] ;TI"3prng.rand(5...9) # => one of [5, 6, 7, 8] ;TI"Bprng.rand(5.0..9.0) # => between 5.0 and 9.0, including 9.0 ;TI"Bprng.rand(5.0...9.0) # => between 5.0 and 9.0, excluding 9.0 ;T; 0o; ; [I"PBoth the beginning and ending values of the range must respond to subtract ;TI"E(<tt>-</tt>) and add (<tt>+</tt>)methods, or rand will raise an ;TI"ArgumentError.;T: @fileI" random.c;T:0@omit_headings_from_table_of_contents_below0I"Lprng.rand -> float prng.rand(max) -> number prng.rand(range) -> number ;T0[ I"(*args);T@+FI"Random;TcRDoc::NormalClass00