Amon_PRC8/_module/nss/random50.nss

17 lines
404 B
Plaintext
Raw Permalink Normal View History

2025-04-03 19:00:46 -04:00
//::///////////////////////////////////////////////
//:: FileName random50
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 11/30/2003 1:27:57 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Add the randomness
if(Random(50) >= 1)
return FALSE;
return TRUE;
}