-
## dlang-bugzilla (CyberShadow) reported this on 2015-10-03T18:25:09Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=15147
### CC List
* greensunny12
* jrdemail2000-dlang
### Descrip…
-
**Description**
Using a subtype declared in a generic package inside a record declared in the same package causes GHDL to crash.
**Expected behaviour**
No crash, error message if that's illegal i…
-
robert.watson - 03:06
This is actually a more interesting general question .. I think FETT will need a decent RNG. I can’t remember if there’s a VirtIO entropy model/driver/service. I think Xen has on…
-
Hello,
I seem to be getting deterministic "randomness" when calling random.generateData that's been initialized for SecureRandom.
I started working from the template found here:
https://githu…
-
### Suggested enhancement
PSA uses a global RNG which is hidden from the application. You can choose at compile time between a custom RNG (`MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG` enabled) or the combinat…
-
Thanks for your great work and kind sharing.
I am actually a beginner in ReID, and trying to reproduce the test stage of this repo at first.
Environment: 3090Ti, CUDA 11.0, python 2.7, pytorch…
-
[@mcelrath's beginnings of a sketch of a design](https://github.com/zcash/zcash/issues/713#issuecomment-222342106)
I love this idea! Of all of the dozens or hundreds of blockchain-related ideas that …
-
## dlang-bugzilla (@CyberShadow) reported this on 2015-10-03T18:25:09Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=15147
### CC List
* greensunny12
* jrdemail2000-dlang
### Descri…
-
We'll need to generate random numbers preferably not hand-coded; PyOpenCL uses [`RANLUX`](https://bitbucket.org/ivarun/ranluxcl/).
-
Repeated calls to a *pure* function like `RGB`, with identical inputs, could be better assigned to a variable, and then re-used.
Identifying pure functions in type libraries might require some TLB-…