lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

69
active users

#rng

0 posts0 participants0 posts today
OCTADETjald Hash and RNG Suite<br><br>A collection of hash and RNG functions that rely on hardware AES instructions.<br><br><a href="https://github.com/NoHatCoder/Tjald-Hash-and-RNG-Suite" rel="nofollow noopener" target="_blank">https://github.com/NoHatCoder/Tjald-Hash-and-RNG-Suite</a><br><br>(found via the cryptography mailing list)<br><br><a href="https://soc.octade.net?t=crypto" class="mention hashtag" rel="nofollow noopener" target="_blank">#Crypto</a> <a href="https://soc.octade.net?t=cryptography" class="mention hashtag" rel="nofollow noopener" target="_blank">#Cryptography</a> <a href="https://soc.octade.net?t=cryptology" class="mention hashtag" rel="nofollow noopener" target="_blank">#Cryptology</a> <a href="https://soc.octade.net?t=hashing" class="mention hashtag" rel="nofollow noopener" target="_blank">#Hashing</a> <a href="https://soc.octade.net?t=random" class="mention hashtag" rel="nofollow noopener" target="_blank">#Random</a> <a href="https://soc.octade.net?t=rng" class="mention hashtag" rel="nofollow noopener" target="_blank">#RNG</a><br><br><span class="h-card"><a href="https://a.gup.pe/u/crypto" class="u-url mention" rel="nofollow noopener" target="_blank">@crypto@a.gup.pe</a></span> <span class="h-card"><a href="https://lemmy.ml/c/cryptography" class="u-url mention" rel="nofollow noopener" target="_blank">@cryptography@lemmy.ml</a></span> <span class="h-card"><a href="https://lemmy.world/c/crypto" class="u-url mention" rel="nofollow noopener" target="_blank">@crypto@lemmy.world</a></span><br>
Ted Pavlic (he/him)<p>That's interesting. Every time I ask Google's <a href="https://mas.to/tags/bard" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bard</span></a> for random whole numbers, it gives me sawtooth-like ramping patterns. This is a great example for a stochastic simulation/numerical methods course -- uniformity, but not independence (i.e., bad random number generator).<br><a href="https://mas.to/tags/GPT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GPT</span></a> <a href="https://mas.to/tags/bard" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bard</span></a> <a href="https://mas.to/tags/LLM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLM</span></a> <a href="https://mas.to/tags/randomness" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>randomness</span></a> <a href="https://mas.to/tags/PRNG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PRNG</span></a> <a href="https://mas.to/tags/RNG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RNG</span></a></p>
Henrik Bengtsson<p>I'm working on an update to {doFuture} and a new %dofuture% infix operator:</p><p>y &lt;- foreach(x = 1:3) %dofuture% {<br> something something<br>}</p><p>which removes the need for %dopar% (which btw comes with a few hidden bugs) and registerDoFuture().</p><p>%dofuture% will give you a consistent <a href="https://mastodon.social/tags/futureverse" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>futureverse</span></a> behavior, just like when you use {future.apply} and {furrr}. Same for random number generation (RNG), which will be built-in, so no need for %dorng%</p><p><a href="https://mastodon.social/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://mastodon.social/tags/parallel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>parallel</span></a> <a href="https://mastodon.social/tags/HPC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HPC</span></a> <a href="https://mastodon.social/tags/RNG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RNG</span></a></p><p><a href="https://www.futureverse.org/" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="">futureverse.org/</span><span class="invisible"></span></a></p>