代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/209900/4956343
h random.h
#ifndef __STD_RW_RW_RANDOM_CC__
#define __STD_RW_RW_RANDOM_CC__
/***************************************************************************
*
* random.h - Header for the Standard Library rand
www.eeworm.com/read/209559/4965323
c random.c
/*
* random.c -- A strong random number generator
*
* Version 1.89, last modified 19-Sep-99
*
* Copyright Theodore Ts'o, 1994, 1995, 1996, 1997, 1998, 1999. All
* rights reserved.
*
* Redist
www.eeworm.com/read/209559/4968891
h random.h
/*
* include/linux/random.h
*
* Include file for the random number generator.
*/
#ifndef _LINUX_RANDOM_H
#define _LINUX_RANDOM_H
#include
/* ioctl()'s for the random number gene
www.eeworm.com/read/209211/4982604
c random.c
#include
#include
#include
#include
#include
#include
static long
getseed(void)
{
struct timeval tv;
long seed;
int fd, len;
len =
www.eeworm.com/read/209211/4985784
c random.c
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
struct Rb
{
QLock;
Rendez producer;
Rendez consumer;
ulong randomcount;
uch
www.eeworm.com/read/209211/4985820
c random.c
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
struct Rb
{
QLock;
Rendez producer;
Rendez consumer;
ulong randomcount;
uch
www.eeworm.com/read/209211/4985940
c random.c
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
struct Rb
{
QLock;
Rendez producer;
Rendez consumer;
ulong randomcount;
uch
www.eeworm.com/read/209211/4986023
c random.c
#include "u.h"
#include "../port/lib.h"
#include "mem.h"
#include "dat.h"
#include "fns.h"
#include "../port/error.h"
struct Rb
{
QLock;
Rendez producer;
Rendez consumer;
ulong randomcount;
uch
www.eeworm.com/read/206632/5005177
c random.c
// --------------------------------------------------------------------------
//
// Copyright (c) 1994-2000 Microsoft Corporation. All rights reserved.
//
// Module:
//
// random.c
//
// P
www.eeworm.com/read/205961/5013745
java random.java
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept.
This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit).
http://www.cs.umass.edu/~mccallum/mallet
Th