-
Hi There,
Awesome job with coding this utility!!
I am having weird behavior with **hickle.load()** in Jupyter, loading some files it prints the output of load, sometimes it does not print any ou…
-
@evoskuil
libbitcoin provide pseudo_random in random.cpp, however, it's not safe because it is much easier to generate two same random numbers than using TRNG, am I right?
Does libbitcoin provide T…
-
Almost exactly the same issue as https://github.com/ARMmbed/mbed-cli/issues/339
- mbed-cli: 1.8.1
- arm-none-eabi-g++ (GNU Tools for Arm Embedded Processors 7-2018-q2-update) 7.3.1 20180622 (relea…
-
The `attrib` process has a problem when it reads a .ABOUT file and encounters a free-form text field that looks like this:
```
notes: Three files (they may be build files) have the following copyri…
-
Roughly, rand could be modularised as follows:
| component | dependencies |
| -------------- | ------------------ |
| `rand_core` | |
| PRNG crates | core |
| `rand_os` | core + std |
| `Jitte…
-
The document for the cmake variants file requires to be updated:
The use of random number generation is not on all boards present, although a minority but causes the build to fail.
Since most of…
-
Data upload to CKAN with mdmanager does not work:
```sh
~/B2FIND-Training$ ./mdmanager.py --mode u -c fishproject -s http://localhost:8181/oai/provider --mdsubset sample_1 --mdprefix oai_dc -i 145…
-
### Description
**Ethernet connect fails with LWIP in mbed os**
I'm using an mbed enabled board(ublox_030) for development, i need to run an Ethernet application on…
-
Hello! I am trying to use your wonderful looking C++ lib with Arduino. Are there any guides for this, or do you have any instruction on how to.
Right now I have the compiled botan lib in the libra…
-
Writing something like
```
const TRNG = randjump(GLOBAL_RNG, big(10)^20, 4)
```
in a Julia source\REPL of course works.
But if I try to append it to the code in RNG.jl, right after `randjump` def…