代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5529774
c generate-random.c
/* Copyright (C) 1995, 2004 Free Software Foundation
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as
www.eeworm.com/read/162614/5529838
h generate-random.h
/* Copyright (C) 2004 Free Software Foundation
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publis
www.eeworm.com/read/344585/3207863
m random_split.m
function [train1,train2,test_data,test_target] = random_split(group1,group2)
split_group1 = round((2/3)*size(group1,1));
split_group2 = round((2/3)*size(group2,1));
group1_order
www.eeworm.com/read/340362/3286746
c random1.c
/******************************************************************************
Filename: random.c
Target: cc2430
Revised: 16/12-2005
Revision: 1.0
Description:
This app
www.eeworm.com/read/338901/3312269
h nebu_random.h
#ifndef NEBU_RANDOM_H
#define NEBU_RANDOM_H
void tsrand(unsigned int s);
int trand(void);
double tfrand(void);
#endif
www.eeworm.com/read/338072/3320578
cxx test_random.cxx
/* ====================================================================
* The Vovida Software License, Version 1.0
*
* Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
*
* Redis
www.eeworm.com/read/337546/3329635
s carta_random.s
/*
* Fast, simple, yet decent quality random number generator based on
* a paper by David G. Carta ("Two Fast Implementations of the
* `Minimal Standard' Random Number Generator," Communications of