Skip to content

issues Search Results · repo:bashtage/randomgen language:C

Filter by

50 results
 (58 ms)

50 results

inbashtage/randomgen (press backspace or delete to remove)

JP Aumasson (creator of Blake2 and SipHash) created a 64-bit version of ChaCha he called BlaBla (https://github.com/veorq/blabla/blob/master/BlaBla.swift). I ve tested it using C++ and it seems that it ...
  • gahtan-syarif
  • Opened 
    on Nov 21, 2024
  • #399

It seems .jumped() when applied to PCG64 bitgenerator advances the state by different amounts when using numpy and randomgen s implementation. This is true even when numpy_seed parameter is set to True. ...
  • gahtan-syarif
  • 1
  • Opened 
    on Nov 15, 2024
  • #398

If the procedure which generates random data raises an exception, this cause an error message to be printed, but this does not propagate, so the original function returns non-random data. Note that the ...
  • cbryant203
  • 3
  • Opened 
    on Oct 3, 2024
  • #389

I am getting the following error when using randomgen on Numpy 2.0 (which has just released today): File randomgen/aes.pyx , line 1, in init randomgen.aes File randomgen/common.pyx , line 1, in ...
  • Shoeboxam
  • 6
  • Opened 
    on Jun 16, 2024
  • #360

It seems that ARS-5 might be the fastest counter based RNG out here with CPUs have AES instruction. Is there any reason it is not included? MKL use ARS-5 as one of its random generator, and it should be ...
  • vxst
  • 1
  • Opened 
    on May 18, 2024
  • #357

Your multithreaded doc claims The underlying PRNG is xorshift2014 which is fast, has a long period and supports using jumped to advance the state. However, the included PRNGs doesn t even include that, ...
  • EvanCarroll
  • 1
  • Opened 
    on Apr 16, 2024
  • #356

Adding links for reference. Do you have any plans to support the libraries below? Squares: Paper Code (I know, Wix is a weird choice) READMEs throughout the zipped folder. OpenRand (includes Squares): ...
  • stereoplegic
  • 2
  • Opened 
    on Mar 4, 2024
  • #355

from numpy.random import Generator from randomgen import AESCounter r546=AESCounter(seed=0, counter=0, mode= sequence ).random_raw(size=None, output=True) r546= r546.to_bytes(16, byteorder= little ).hex() ...
  • mrx23dot
  • 4
  • Opened 
    on Sep 20, 2023
  • #346

Possibly related to #321 When running the code below, the entropy of the jumped prng is different despite using a fixed initial seed. from randomgen import Xoshiro256 bg = Xoshiro256(seed = 185147845955919253731470418070286414128) ...
  • leonfoks
  • 3
  • Opened 
    on Sep 7, 2023
  • #336

Would be nice. To build it on windows, you are forced to install microsoft spyware obliterating the target system s integrity. I understand 3.11 is very new, but maybe it s as simple as incrementing ...
  • elandorr
  • 2
  • Opened 
    on Dec 7, 2022
  • #328
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub