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" seed:ETI"Random#seed;TF:privateo: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;TcRDoc::NormalClass00