uawdijnntqw1x1x1
IP : 3.142.251.204
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
bin
/
..
/
share
/
locale
/
gl
/
..
/
ur_PK
/
..
/
iba
/
..
/
sai
/
.
/
..
/
sn
/
..
/
sga
/
..
/
..
/
awk
/
cliff_rand.awk
/
/
# cliff_rand.awk --- generate Cliff random numbers # # Arnold Robbins, arnold@skeeve.com, Public Domain # December 2000 BEGIN { _cliff_seed = 0.1 } function cliff_rand() { _cliff_seed = (100 * log(_cliff_seed)) % 1 if (_cliff_seed < 0) _cliff_seed = - _cliff_seed return _cliff_seed }
/home/../bin/../share/locale/gl/../ur_PK/../iba/../sai/./../sn/../sga/../../awk/cliff_rand.awk