代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/106675/15630351

asp random.asp

生成随机字符串
www.eeworm.com/read/106675/15630408

asp random.asp

用Tools组件生成随机整数
www.eeworm.com/read/106670/15630815

c random.c

#include #include void main(void) { int i; printf("Values from rand\n"); for (i = 0; i < 100; i++) printf("%d ", rand()); printf("Values from rando
www.eeworm.com/read/105612/15663993

c random.c

/* * LittleOS * Copyright ,(C) 1998 Lacroix Pascal (placr@mygale.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub
www.eeworm.com/read/105612/15663998

c random.c

/* * LittleOS * Copyright ,(C) 1998 Lacroix Pascal (placr@mygale.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pub
www.eeworm.com/read/104382/15696441

c random.c

/* random.c - random number generation package */ /* Copyright 1994 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1983 Regents of the University of California. * All ri
www.eeworm.com/read/104380/15696496

c random.c

/* Maintain source of random numbers for cryptographic keys, etc * This is inherently machine dependent code */ #include "stdio.h" #include #include "global.h" #include "timer.h" #inc
www.eeworm.com/read/104224/15701562

h random.h

//------------------------------------------------------------------------- /* Copyright (C) 1996, 2003 - 3D Realms Entertainment This file is NOT part of Duke Nukem 3D version 1.5 - Atomic Edition H
www.eeworm.com/read/104224/15701573

h _random.h

//------------------------------------------------------------------------- /* Copyright (C) 1996, 2003 - 3D Realms Entertainment This file is NOT part of Duke Nukem 3D version 1.5 - Atomic Edition H
www.eeworm.com/read/104078/15710409

c random.c

/************************************************************************** * * ROUTINE * RANDOM2 (LPC-10e Version 49) * * FUNCTION * * Pseudo random number generator. * * SYNOPSIS * function rando