-
My intention with creating this issue is collecting/sharing information and gauging interest about running Linux on VecRiscv. From what I know, VexRiscv is still missing functionality, and it won't wo…
ghost updated
5 years ago
-
fumik updated
6 years ago
-
gpuowl: kernel.h:57: Kernel::Kernel(cl_program ... Assertion ... workSize % groupSize == 0 ... failed
I have compiled the master branch and got this error at runtime. The version displayed by gpuow…
-
I ran into a CTF today where the modulus was nearly entirely just a run of 1s followed by a runs of zeros. Only a couple bits flipped other than this. I realized it must be a product of two numbers …
-
Given an arbitrary distribution w/ parameters, e.g. `Uniform` or `Normal`, we might want to compare its parameters to those of another distribution of the same type. Depending on how we come across th…
-
Looks like V8 really hates those closure classes. Its taking 36s to generate 100 samples, with most of the time spent in the generate method of:
```typescript
noBias(): Arbitrary {
const ar…
spion updated
6 years ago
-
I’ve been using the IGoR software to generate simulated T cell beta chain repertoires and ran into an issue that I believe is related to the random number generation. My colleagues at Vanderbilt Unive…
-
This can only decompose a relatively small number, can break down a more than four hundred diags ,with more than two prime product?
-
Contenu
```R
[general]
mode = Economy
horizon =
nbyears = 1
simulation.start = 1
simulation.end = 365
january.1st = Monday
first-month-in-year = january
first.weekday = Monday
leapyear…
-
Brucey,
I'm getting back to coding my old project where I've been using your random mod to generate pseudo random numbers. I've recently updated bah.random to the latest version (along with bmx ng,…