Home
last modified time | relevance | path

Searched refs:s_random (Results 51 – 58 of 58) sorted by relevance

123

/dports/graphics/xfractint/xfractint-20.04p16/common/
H A Devolve.c35 char s_random[] = "random"; variable
376 char *evolvmodes[]={s_no,s_x,s_y,s_xplusy,s_xminusy,s_random,s_spread}; in get_the_rest()
474 char *evolvmodes[]={s_no,s_x,s_y,s_xplusy,s_xminusy,s_random,s_spread}; in get_variations()
/dports/games/bomberclone/bomberclone-0.11.9/src/
H A Dsysfunc.c41 s_random (int maxnr) in s_random() function
H A Dtileset.c45 sel = s_random (max); in tileset_random()
H A Dplayer.c188 i = s_random (6); in player_check_powerup()
790 type = s_random (PI_max); in player_set_ilness()
828 p->bombs_n = s_random (2); in player_set_ilness()
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/game/
H A DNodeUtil.java748 int idx = minDepth + s_random.nextInt(maxDepth - minDepth + 1); in selectRandom()
852 private static Random s_random = new Random(); field in NodeUtil
/dports/ftp/pftpd/pftpd-1.0.3/plib/
H A Dsafeio.c282 s_random(void) in s_random() function
/dports/net/yate/yate-6.4.0-1/engine/
H A DTelEngine.cpp1179 static Random s_random; variable
1190 long int ret = s_random.next() % RAND_MAX; in random()
1198 s_random.set(seed % RAND_MAX); in srandom()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Net/WebSockets/
H A DManagedWebSocket.cs44 private static readonly RandomNumberGenerator s_random = RandomNumberGenerator.Create(); field in System.Net.WebSockets.ManagedWebSocket
610 s_random.GetBytes(buffer, offset, MaskLength); in WriteRandomMask()

123