-
## dlang-bugzilla (CyberShadow) reported this on 2011-12-05T04:00:22Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=7067
### CC List
* alex (alexrp)
* andrei (andralex)
* b.helyer
* …
-
## dlang-bugzilla (CyberShadow) reported this on 2011-12-05T04:00:22Z
### Transfered from https://issues.dlang.org/show_bug.cgi?id=7067
### CC List
* alex (alexrp)
* andrei (andralex)
* b.helyer
* …
-
I just realized that unfortunately ChaCha8Rng is not portable, it returns different values for `wasm32-unknown-unknown` than `aarch64-apple-darwin` for example. Alas I've already used it in a project …
-
Besides common descriptive statistics, we need standard modules for various continuous statistical distribution (e.g., gamma distribution) and discrete distribution (e.g., bernoulli distribution). Th…
-
I'm trying to use this lib within sgx using
https://github.com/baidu/rust-sgx-sdk
It seems that `#[no_std]` is broken as std gets pulled in in places (like context.rs).
Also `alloc` is not imp…
-
#### Describe the workflow you want to enable
I'd like to use a `Generator` or `BitGenerator` with scikit-learn where I'd otherwise use `RandomState` or a `seed` int.
For example:
```
im…
-
Splitting this discussion off from #681, I'd like to ask the question: is JitterRng secure enough to be considered a `CryptoRng`?
https://github.com/rust-random/rand/issues/681#issuecomment-4550887…
-
I want to test encrypting some value with rsa public key using the [RSA](https://github.com/RustCrypto/RSA/) crate., but it only accepts CryptoRng for the rng: [RSA/keys.rs#L141](https://github.com/Ru…
-
All things Monotonicity and Counters to assist with sort ordering, db index locality, and same Timestamp-tick collision avoidance during batch UUID creation.
Sub-Topics: Counter position, length, r…
-
I propose to work on refactoring `np.random.RandomState` usages in the code base to use the preferred `np.random.Generator` available starting from NumPy 1.17.
It was discussed in some issue (I can…
tupui updated
1 month ago