代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/128477/14294459
m random0.m
function ran = random0(n,m)
%RANDOM0 Generate uniform random numbers in [0,1)
% Function RANDOM0 generates an array of uniform
% random numbers in the range [0,1). The usage
% is:
%
% random0
www.eeworm.com/read/128441/14298750
c r_random.c
/*
R_RANDOM.C - random objects for RSAEURO
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF(tm) 2.0.
All functions prototypes are the Same as for RSA
www.eeworm.com/read/128441/14298755
h r_random.h
/*
R_RANDOM.H - header file for R_RANDOM.C
Copyright (c) J.S.A.Kapp 1994 - 1996.
RSAEURO - RSA Library compatible with RSAREF 2.0.
All functions prototypes are the Same as for RSAREF.
www.eeworm.com/read/128440/14298865
c r_random.c
#include
#include
#ifdef MSDOS
#include
#endif
#include "rsa_incl.h"
#include "r_random.h"
#define RANDOM_BYTES_RQ 256
/* We use more seed data for
www.eeworm.com/read/128440/14298869
h r_random.h
int R_GenerateBytes PROTO_LIST
((unsigned char *, unsigned int, R_RANDOM_STRUCT *));
www.eeworm.com/read/230098/14306177
m random_buckets.m
% random_buckets
bins_assigned = {};
for z = 0:359
c = find((z>=bmin|z
www.eeworm.com/read/229886/14313681
py using_random.py
#!/sur/bin/python
# -*- coding: cp936 -*-
#FileName:using_random.py
import random
for pot in range(1,21):
print "次数%-6d:%d"%(pot,random.randrange(1,7))
www.eeworm.com/read/228479/14382872
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/226983/14445236
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/126100/14445848
h m_random.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th