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 /
ruby23 /
share /
ri /
2.3.0 /
system /
Random /
Delete
Unzip
Name
Size
Permission
Date
Action
Formatter
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
%3d%3d-i.ri
1.06
KB
-rw-r--r--
2023-07-26 18:09
bytes-i.ri
544
B
-rw-r--r--
2023-07-26 18:09
cdesc-Random.ri
1.72
KB
-rw-r--r--
2023-07-26 18:09
new-c.ri
553
B
-rw-r--r--
2023-07-26 18:09
new_seed-c.ri
545
B
-rw-r--r--
2023-07-26 18:09
rand-c.ri
345
B
-rw-r--r--
2023-07-26 18:09
rand-i.ri
1.39
KB
-rw-r--r--
2023-07-26 18:09
raw_seed-c.ri
497
B
-rw-r--r--
2023-07-26 18:09
seed-i.ri
729
B
-rw-r--r--
2023-07-26 18:09
srand-c.ri
1.33
KB
-rw-r--r--
2023-07-26 18:09
Save
Rename
U:RDoc::AnyMethod[iI" seed:ETI"Random#seed;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"RReturns the seed value used to initialize the generator. This may be used to ;TI"Rinitialize another generator with the same state at a later time, causing it ;TI"-to produce the same sequence of numbers.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"prng1 = Random.new(1234) ;TI"prng1.seed #=> 1234 ;TI"prng1.rand(100) #=> 47 ;TI" ;TI"$prng2 = Random.new(prng1.seed) ;TI"prng2.rand(100) #=> 47;T:@format0: @fileI" random.c;T:0@omit_headings_from_table_of_contents_below0I"prng.seed -> integer ;T0[ I"();T@FI"Random;FcRDoc::NormalClass00