-
The SARIF schema has a specific regex to validate GUIDs which appear in SARIF document. There might be a specific standard which described a truly valid GUID.
However, the C# language allows for vi…
-
### Description of the feature you're suggesting.
Legic Prime is a standard similar to Mifare and it is common in europe.
It would be helpful to be able to read and emulate the legic prime cards…
-
**Describe the bug**
Build failure caused by C++20 compiler change: template-id not allowed for constructor in C++20
**To Reproduce**
Steps to reproduce the behavior:
1. Download git repo on Fed…
-
I don't see a way to initialize `ChaChaRng` with an arbitrary counter value.
I picked ChaCha because it is a great PRNG with a counter / "random access" / "fast forwarding". From [Wikipedia](https:…
xpe updated
11 months ago
-
This is sample implementation of PRNG called sfc32 from PractRand:
``` c++
hc::array_view state(4);
// seed state somehow
parallel_for_each(hc::extent(1), [=](hc::index i) [[hc]]
{
unsigned int…
-
In reviewing the source code, it is not clear which variables refer to private data and which refer to privitized data. I suggest that you clearly distinguish these in the source code, perhaps by usin…
-
JSVerify is another property-based (generative) testing library for JavaScript. Its documentation lists its Arbitrary instances starting here: https://github.com/jsverify/jsverify#primitive-arbitrarie…
-
Greetings.
Integer factorization using code such as this:
```
from sympy import primefactors
from timeit import default_timer as timer
start = timer()
print (primefactors(1111111111111111111…
-
There is some discussion on how to vectorize xoshiro256++ at https://github.com/JuliaLang/julia/issues/27614. The method relies on interleaving 4 xoshiro256++ generators. I implemented it and the resu…
-
## The dependency [unique-slug](https://github.com/iarna/unique-slug) was updated from `2.0.0` to `2.0.1`.
🚨 [View failing branch](https://github.com/campsi/campsi-service-assets/compare/master...ca…