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" srand:ETI"Random::srand;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"ESeeds the system pseudo-random number generator, with +number+. ;TI")The previous seed value is returned.;To:RDoc::Markup::BlankLine o; ; [ I"KIf +number+ is omitted, seeds the generator using a source of entropy ;TI"Rprovided by the operating system, if available (/dev/urandom on Unix systems ;TI"Por the RSA cryptographic provider on Windows), which is then combined with ;TI"5the time, the process id, and a sequence number.;T@o; ; [I"Osrand may be used to ensure repeatable sequences of pseudo-random numbers ;TI"Rbetween different runs of the program. By setting the seed to a known value, ;TI"7programs can be made deterministic during testing.;T@o:RDoc::Markup::Verbatim; [ I"Ksrand 1234 # => 268519324636777531569100071560086917274 ;TI"L[ rand, rand ] # => [0.1915194503788923, 0.6221087710398319] ;TI",[ rand(10), rand(1000) ] # => [4, 664] ;TI"(srand 1234 # => 1234 ;TI"K[ rand, rand ] # => [0.1915194503788923, 0.6221087710398319];T:@format0: @fileI" random.c;T:0@omit_headings_from_table_of_contents_below0I"1srand(number = Random.new_seed) -> old_seed ;T0[ I"(*args);T@"FI"Random;TcRDoc::NormalClass00