Post Ad4j9HOF0XuxGKDnhw by [email protected] | |
More posts by [email protected] | |
Post #Ad4iJA2Z5Xm7PSEMqW by [email protected] | |
0 likes, 0 repeats | |
does anyone have code implementing a modern-ish PRNG in JavaScript, something l… | |
Post #Ad4ih1SEf86ZjMcFhA by [email protected] | |
0 likes, 0 repeats | |
@[email protected] I think Node can fill arbitrary buffers with its cr… | |
Post #Ad4ih1WUPJVXwYbeKG by [email protected] | |
0 likes, 1 repeats | |
@natty i know. i want full determinism and i want portability across browser an… | |
Post #Ad4j9HG5UrOar2PI00 by [email protected] | |
0 likes, 0 repeats | |
@whitequark @natty Would using AES from the web crypto API in counter mode be a… | |
Post #Ad4j9HKhDj595KYyBM by [email protected] | |
0 likes, 0 repeats | |
@whitequark @natty (sorry if you already ruled out the web crypto API - I don&#… | |
Post #Ad4j9HOF0XuxGKDnhw by [email protected] | |
0 likes, 0 repeats | |
@ryanc @natty so on node18, you don't get crypto without require('node:… | |
Post #Ad4jvUrgDCTexBz14S by [email protected] | |
0 likes, 0 repeats | |
nevermind it was faster to port it than to dig something useful out of npm | |
Post #Ad4kn7eAkeKUaAEg8u by [email protected] | |
0 likes, 0 repeats | |
@whitequark @natty I had that problem, and it's part of why I made this: ht… | |
Post #Ad4kn7imTW12oSOMKG by [email protected] | |
0 likes, 0 repeats | |
@ryanc @natty yeah but i run my code within the vscode extension host specifica… | |
Post #Ad4l9kRFCqctGLyfHE by [email protected] | |
0 likes, 0 repeats | |
@whitequark @natty I've no idea about that, then. It looks to me like xoros… | |
Post #Ad4l9kVUx21rTXy3uK by [email protected] | |
0 likes, 0 repeats | |
@ryanc @natty yeah see followup, i already ported it | |
Post #Ad4oJiz1lqy1VZECmG by [email protected] | |
0 likes, 0 repeats | |
@whitequark There's a 32-bit xorshiro (x2 32-bit state) with a period of 2^… | |
Post #Ad4oJj3HW2MzilDbPM by [email protected] | |
0 likes, 0 repeats | |
@mbr I'm running FPGA place&route code! | |
Post #Ad5oVXHZIL4BqqUaWW by [email protected] | |
0 likes, 0 repeats | |
@whitequark for `trunc64` there is `BigInt.asUintN(64, n)` for some reason.not… |