Displaying 20 results from an estimated 100 matches similar to: "rTRNG: Advanced and Parallel Random Number Generation via TRNG"
2013 Jul 13
1
Would a hardware TRNG benefit VMs?
Hi all,
I've been curious about using hardware true random number generators
in my VM clusters. This got me wondering about the VM's /dev/random
source... If I setup a hardware TRNG on the host, would the VM's also
benefit from it?
Thanks!
--
Digimer
Papers and Projects: https://alteeve.ca/w/
What if the cure for cancer is trapped in the mind of a person without
access to
2008 Oct 08
1
Error in spdep: system is computationally singular
Hi all,
I am trying to run an autologistic model using the function errorsarlm from spdep package.
**I built an XY matrix extracting the two colums from matriz**
coords1<-matriz[matriz$casos1==1, c(4,5)]
coords1<-as.matrix(coords1)
**I identify neighbours of region points**
nb20<-dnearneigh(coords1,0,20,longlat=TRUE)
** I build a neighbours list with spatial weights**
2013 Jul 22
1
problem loading large xlsx file into r
Hi,
I am facing trouble when trying to read large xlsx file into R. please find the code and error below. The file I was trying to read has 36,500 rows X 188 col, ~ 37 MB size.
> options( java.parameters = "-Xmx4g" )
> library(xlsx)
Loading required package: xlsxjars
Loading required package: rJava
> cftc =
2014 Sep 29
0
PXE booting from specific vNIC using libvirt
Hello
I managed yet to create a KVM Virtual Machine with several network
interfaces (vNICs) and to make it boot from network using PXE. Anyway I
noticed that, if there is no answer from a pxe server on the first vNIC,
the dhcp request is sent on every vNIC until it gets a response (or the
vNIC list ends).
I would like to know if there is a way to specify that the dhcp request
should be
2013 Jul 31
0
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
On 7/30/2013 7:41 PM, Chandler Carruth wrote:
> I've not been following this thread at all. However, skimming the original
> post, I fail to find a nice summary of what problem is trying to be solved.
The proposal is trying to garbage collect symbols that are not
referenced during the link step. In addition this proposal can be
extended to keep frequently called functions/data closer
2013 Jul 31
1
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
On Tue, Jul 30, 2013 at 8:17 PM, Shankar Easwaran
<shankare at codeaurora.org>wrote:
> On 7/30/2013 7:41 PM, Chandler Carruth wrote:
>
>> I've not been following this thread at all. However, skimming the original
>> post, I fail to find a nice summary of what problem is trying to be
>> solved.
>>
> The proposal is trying to garbage collect symbols that
2013 Jul 31
4
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
I've not been following this thread at all. However, skimming the original
post, I fail to find a nice summary of what problem is trying to be solved.
By reading the rest of the thread I divine that the goal is faster links
and better dead code stripping?
Making that clearer would help. Naming your sections something other than
"safe" (which has *very* different connotations) would
2007 Apr 01
3
Announcement: Asterisk Service Provider Edition v1.0 Beta
The Asterisk Developer Team is proud to announce the Asterisk SPE
v1.0 Beta Release
for immediate download on tftp.digium.com.
The SPE has been developed as a joint project between Digium, the
Asterisk Company,
Voop, the European Asterisk Dialtone provider and the Asterisk
community.
The Asterisk Service Provider Edition is focused on the needs for the
new breed
of Telecom companies - the
2020 Aug 02
0
Boot failed on latest CentOS 7 update
On 8/2/20 12:09 PM, Alessandro Baggi wrote:
>
> Il 02/08/20 18:54, Stephen John Smoogen ha scritto:
>> On a side note, you keep emphasizing you aren't expecting an SLA.. but
>> all your questions are what someone asks to have in a defined SLA. I
>> have done the same thing in the past when things have gone badly, but
>> couching it in 'I am not asking'
2013 Nov 19
1
XLConnect error - "not implemented yet"
When using XLConnect's readWorksheet, instead of it correctly reading
string and numeric columns, I receive NA's with the following message:
" Error when trying to evaluate cell A2 - not implemented yet"
I do not know what this means. Can anyone please assist?
--
__________________________
*Barry E. King, Ph.D.*
Chief Modeler
Qualex Consulting Services, Inc.
2012 Oct 30
1
rJava Out of Memory Error
I'm running XLConnect 0.2-1 that depends on rJava 0.9-3. I am only able to
work with 2 workbooks before I get this error...
> SppRich = wb["SpeciesRichness"] # This command calls an Excel
> spreadsheet
Error: OutOfMemoryError (Java): GC overhead limit exceeded
I have tried...
> rm(list = ls())
... to clear the workspace, but it doesn't help. I am using RStudio
2013 Sep 13
0
Problema con el tamaño de las letras en R en gráficos multiples
Estimando Javier Villacampa González
Yo guardo las gráficas en un archivo, no las copio.
Javier Marcuzzi
-----Original Message-----
From: Javier Villacampa González
Sent: Friday, September 13, 2013 12:43 PM
To: R ayuda
Subject: [R-es] Problema con el tamaño de las letras en R en gráficos
multiples
Hola buenas,
Actualmente me hayo haciendo unas gráficas que han de tener un tamaño de
letra
2011 Apr 06
5
Problemas con Rgraphviz
Hola a todos..!!
Necesito trabajar con el package classGraph, entiendo que dicho package requiere
como previo a Rgraphviz. Pues bien, al tratar de cargarlo aparece el siguiente
mensaje de error:
Error : .onLoad failed in loadNamespace() for 'Rgraphviz', details:
call: value[[3L]](cond)
error: unable to load shared object
2013 Sep 13
3
Problema con el tamaño de las letras en R en gráficos multiples
Hola buenas,
Actualmente me hayo haciendo unas gráficas que han de tener un tamaño de
letra determinado. Para ello empleo los parametros ps de las funciones
x11() y en par().
Mientras hago gráficas de uno y gráficas de dos plots todo va bien. Pego
las gráficas en power point y veo que las gráficas son del tamaño
recomendado (pego una caja de texto y compruebo que todo es correcto de
manera
2024 Mar 25
3
Wish: a way to track progress of parallel operations
Hello,
thanks for bringing this topic up, and it would be excellent if we
could come of with a generic solution for this in base R. It is one
of the top frequently asked questions and requested features in
parallel processing, but also in sequential processing. We have also
seen lots of variants on how to attack the problem of reporting on
progress when running in parallel.
As the author
2013 Jan 21
13
Problema gWidgets & XLConnect
Hola.
Tengo una especie de "poltergeist"... a ver si alguien es capaz de echarme un cable.... sucede al usar los paquetes XLConnect (http://cran.r-project.org/web/packages/XLConnect/) y gWidgets (http://cran.r-project.org/web/packages/gWidgets/) simultáneamente en R 2.15.2 (de 32 bits bajo Windows 7) ... con la versión anterior (2.15.1), en las mismas condiciones, no pasa.
Caso 1:
#
2002 Feb 28
0
[Bug 130] New: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
http://bugzilla.mindrot.org/show_bug.cgi?id=130
Summary: segfault on connect / Red Hat 6.1 w/OpenSSL 0.9.6c
Product: Portable OpenSSH
Version: 3.0.2p1
Platform: ix86
OS/Version: Linux
Status: NEW
Severity: critical
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
2012 Apr 13
1
Plotting leapfrog in R
Dear List
Is there a package for leapfrog plotting (Hamiltonian Monte Carlo
estimation) in R? I tried the actual "LEAPFrOG" package which doesn't
actually give the plot like this one?
http://xianblog.files.wordpress.com/2010/09/hamilton.jpg
How doe one plot this in R? So, there semi-circle and dots on that
semi-circle.
I don't think curve() or plot() would produce such plot.
2020 Oct 25
2
Ubuntu 20.10
Hi Dirk,
I didn't capture the output but using Focal I got an error with RcppParallel trying to open a file that wasn't found, and plotly::ggplot() would not render a ggplot graph.
20.10 is working well for me otherwise.
Frank
http://fharrell.com
http://biostat.mc.vanderbilt.edu/FrankHarrell
Twitter: @f2harrell
---- On Sun, 25 Oct 2020 11:52:43 -0500
2020 Oct 26
2
Ubuntu 20.10
Hi Dirk,
One side observation: r-cran debian now seems to be in Ubuntu 20.10 Universe so I don't need to add the repo any more.
Here is a reproducible example that fails with the latest r-cran-rcppparallel but works when I manually install the source package:
require(rstan)
stancode <- 'data {real y_mean;} parameters {real y;} model {y ~ normal(y_mean,1);}'
mod <-