代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/356044/10237961
c random.c
/*----------------------------------------------------------------------------*/
/* random.c - contains random number generator and related utilities, */
/* including advance_random, warmup_
www.eeworm.com/read/355525/10259512
h random.h
/****************************************************************************
File Name : random.h
Purpose : header file for random number generator (random.c)
Release : Version 1.0
Date
www.eeworm.com/read/355525/10259515
cpp random.cpp
/****************************************************************************
File Name : random.c
Purpose : random number generator
Release : Version 1.0
Date : Aug 31,1995
GSNAKE AP
www.eeworm.com/read/281129/10261483
h random.h
// -*- c++ -*-
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2001 Oh-Wook Kwon, all rights reserved. ohwook@yahoo.com
//
//
www.eeworm.com/read/162603/10291998
m random.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162603/10292222
m random.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/425978/10298642
c random.c
/*
** 2001 September 15
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiven
www.eeworm.com/read/162511/10300210
c random.c
/* Implementation of the RANDOM intrinsics
Copyright 2002, 2004, 2005 Free Software Foundation, Inc.
Contributed by Lars Segerlund
and Steve Kargl.
This file is part of
www.eeworm.com/read/355007/10306405
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/354923/10314049