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.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby19 /
share /
ri /
1.9.1 /
system /
Random /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
255
B
-rw-r--r--
2023-07-26 17:26
bytes-i.ri
312
B
-rw-r--r--
2023-07-26 17:26
cdesc-Random.ri
365
B
-rw-r--r--
2023-07-26 17:26
new-c.ri
857
B
-rw-r--r--
2023-07-26 17:26
new_seed-c.ri
249
B
-rw-r--r--
2023-07-26 17:26
rand-c.ri
268
B
-rw-r--r--
2023-07-26 17:26
rand-i.ri
1.16
KB
-rw-r--r--
2023-07-26 17:26
seed-i.ri
235
B
-rw-r--r--
2023-07-26 17:26
srand-c.ri
755
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::AnyMethod[iI" rand:ETI"Random#rand;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"BWhen the argument is an +Integer+ or a +Bignum+, it returns a;TI"Crandom integer greater than or equal to zero and less than the;TI"Cargument. Unlike Random.rand, when the argument is a negative;TI"1integer or zero, it raises an ArgumentError.;To:RDoc::Markup::BlankLine o; ; [I"GWhen the argument is a +Float+, it returns a random floating point;TI"Enumber between 0.0 and _max_, including 0.0 and excluding _max_.;T@o; ; [I"@When the argument _limit_ is a +Range+, it returns a random;TI"0number where range.member?(number) == true.;To:RDoc::Markup::Verbatim; [ I"1prng.rand(5..9) #=> one of [5, 6, 7, 8, 9] ;FI".prng.rand(5...9) #=> one of [5, 6, 7, 8] ;FI"@prng.rand(5.0..9.0) #=> between 5.0 and 9.0, including 9.0 ;FI"Aprng.rand(5.0...9.0) #=> between 5.0 and 9.0, excluding 9.0 ;Fo; ; [I"F+begin+/+end+ of the range have to have subtract and add methods.;T@o; ; [I"+Otherwise, it raises an ArgumentError.;T: @file0I"4prng.rand -> float prng.rand(limit) -> number ;T0[ I"(*args);FI" random.c;T